https://github.com/aksakalli/leap-mouse
Leap Motion controller for websites
https://github.com/aksakalli/leap-mouse
gesture javascript leap-motion leap-motion-controller leap-motion-sdk leap-mouse
Last synced: 10 months ago
JSON representation
Leap Motion controller for websites
- Host: GitHub
- URL: https://github.com/aksakalli/leap-mouse
- Owner: aksakalli
- License: mit
- Created: 2015-07-09T01:20:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T17:27:50.000Z (over 7 years ago)
- Last Synced: 2025-02-08T18:14:46.302Z (over 1 year ago)
- Topics: gesture, javascript, leap-motion, leap-motion-controller, leap-motion-sdk, leap-mouse
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leap-mouse
Leap Motion controller mouse for websites.
You can try right now on your website by including this:
```html
var leapMouse = new LeapMouse();
```
## Install with Bower
```
$ bower install leap-mouse
```
## Usage
```
var leapMouse = new LeapMouse();
```
## License
Released under [the MIT license](LICENSE).