https://github.com/gfarrell/leapfamous
Leap Motion and Famo.us integration
https://github.com/gfarrell/leapfamous
Last synced: 10 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T16:21:36.000Z (about 12 years ago)
- Last Synced: 2025-06-01T02:04:44.507Z (about 1 year ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- 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 install
Once 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.