https://github.com/gfarrell/leapfamous
Leap Motion and Famo.us integration
https://github.com/gfarrell/leapfamous
Last synced: 3 months ago
JSON representation
Leap Motion and Famo.us integration
- Host: GitHub
- URL: https://github.com/gfarrell/leapfamous
- Owner: gfarrell
- Created: 2014-06-12T08:51:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T16:21:36.000Z (almost 11 years ago)
- Last Synced: 2025-01-17T07:09:17.397Z (5 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeapFamous
New UI paradigms with Leap Motion and Famo.us. Grab objects to move them on the screen!
## Setup
You'll need to install all the dependencies, so open up your terminal and type
npm install
bower installOnce all the components are installed, you can type
grunt
And then play with it on [localhost:8080].
## Interacting
LeapFamous uses a grab gesture to initiate an interaction, so close your hand once you're over an object, and then you'll be able to move it around. If you accidentally throw it off screen, just refresh to bring it back.