My Leap Motion Controller arrived last week. It’s quite fun to play around with, yet not recommended for every day use (this review by The Verge sums it all up quite nicely). Above that the daemon eats away CPU cycles as if it were candy π
One very cool aspect about the Leap Motion though is that you can connect to the daemon using a websocket, to read out the data the LMC captures.. There’s an official JavaScript library out there named LeapJS, as is there an unofficial one named exactly the same. Both do about the same, albeit using a different syntax.