Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T17:27:50.000Z (about 6 years ago)
- Last Synced: 2024-12-15T21:02:01.963Z (27 days 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();
```
## LicenseReleased under [the MIT license](LICENSE).