Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miya0001/sphero-leapmotion
Sphero + LeapMotion
https://github.com/miya0001/sphero-leapmotion
Last synced: about 1 month ago
JSON representation
Sphero + LeapMotion
- Host: GitHub
- URL: https://github.com/miya0001/sphero-leapmotion
- Owner: miya0001
- License: other
- Created: 2013-12-23T13:22:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T06:04:07.000Z (about 11 years ago)
- Last Synced: 2024-10-16T01:50:48.618Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Gesture Controlled Sphero by Leap Motion
This is Node project for Sphero + Leap Motion.
## Demo
[http://instagram.com/p/iQsjCgiI-4/](http://instagram.com/p/iQsjCgiI-4/)
## Install
Require Node.js.
```
$ git clone [email protected]:miya0001/sphero-leapmotion.git
$ cd sphero-leap
$ npm install
$ npm start
```## Thanks!
* [spheron](https://github.com/alchemycs/spheron)
* [leapjs](https://github.com/leapmotion/leapjs)
* [node-serialport](https://github.com/voodootikigod/node-serialport)