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: 10 months ago
JSON representation

Leap Motion controller for websites

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).