This project was started as a contest entry in Techsylvania 2015 to use with Leap Motion controllers. To not let a half way decent project go to waste we decided to keep working on it.
The end.
This tool allows a user to control multiple input fields with simple but effective hand gestures using a Leap Motion controller.
You will need NPM
and Grunt-cli
in order to build the project.
Additionally the package uses the Compass
Ruby gem for CSS3 compliance. As such, you will need it for the SASS build process.
Just run npm install
. This will install any dependencies and compile files for use on your server.
- Node.JS driven websocket server
- server integrated clients for photo and video streaming
- BDD
- notifications
To run the client you currently need a working web server such as Apache or NGINX.
The server runs on a separate Node.JS HTTP server on port 9000. Simply run node index.js
.