Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1018 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 1018 Bytes

LeapCameraControl

Preface

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.

Description

This tool allows a user to control multiple input fields with simple but effective hand gestures using a Leap Motion controller.

Dependencies

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.

Installation

Just run npm install. This will install any dependencies and compile files for use on your server.

TODO

  • Node.JS driven websocket server
  • server integrated clients for photo and video streaming
  • BDD
  • notifications

Usage

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.