Skip to content

alexandre-archive/marionette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marionette

Marionette game using Leap Motion Controller

img1 img2 img3

Requirements

Hardware

  • LeapMotion

Backend

  • Node.JS
  • Bower
  • Gulp

Required only for development, if you want to host, you can use Apache, PHP, Nginx + FastCGI or any other.

Frontend

  • jQuery
  • LeapJS
  • LeapJS Plugins
  • three.js
  • three.js Stats

Dev Setup

Before all, you need to install NodeJS.

To install all dependencies run:

npm install

To download all third part libs run:

bower install

And that's it.

Build

Run gulp to build everything.

Running

To start NodeJS server run:

node index.js

And access localhost:8000.

After build you can access localhost:8000/dist/index.html.

License

MIT