Welcome to the Leap JavaScript framework. This is intended for use with the Leap (https://www.leapmotion.com/).
For more information, please visit http://js.leapmotion.com/.
For examples, please see http://js.leapmotion.com/examples, as well, there are some basic examples included in the examples
directory.
Details about the protocol used to communicate with leapd
are detailed here PROTOCOL.md.
Some examples have been included in the examples/
directory. To run them do the following:
- Run
npm install
- Run
make serve
- Point your browser to http://localhost:8080/examples
Or in code:
- Run
node examples/node.js