Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfarrell/leapfamous
Leap Motion and Famo.us integration
https://github.com/gfarrell/leapfamous
Last synced: about 22 hours 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-14T16:21:36.000Z (over 10 years ago)
- Last Synced: 2024-11-16T14:11:38.493Z (2 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.