Leap Motion Processing library including gesture support
in
Library and Tool Development
•
8 months ago
hey everybody,
in the past days i was working on a library for the leap motion. there are other wrappers around bringing the leap data into processing. unfortunately those wrappers do not work on windows, thats why i wrote a library myself, working on all plattforms (
OSX & Windows) and with
all processing versions and the
newest version of the leap motion sdk.
one of my main goals for the library was to include some proper
gesture recognition, since having data about fingers in space is funny for the first moment but not really going anywhere. moreover i wanted to turn the library in a 'processing-way' so its fits in nicely with the way processing works and people who use processing work (!).
it is possible to use the library in an 'expert' way, as well as in an 'easy-access-quick' way. check out the examples.
its online and downloadable on github here:
if you want to contribute dont hesitate to contact me here or on github, its very very welcome :)
yours,
marcel
1