https://github.com/jochasinga/py-leap
Collection of Leap Motion code in Python
https://github.com/jochasinga/py-leap
Last synced: about 1 year ago
JSON representation
Collection of Leap Motion code in Python
- Host: GitHub
- URL: https://github.com/jochasinga/py-leap
- Owner: jochasinga
- Created: 2015-02-22T05:21:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T05:51:36.000Z (over 11 years ago)
- Last Synced: 2025-02-02T09:26:45.347Z (over 1 year ago)
- Language: Python
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Leapy
=======
Collection of Leap Motion code in Python
To start
--------
Install dependencies
```Bash
$ pip install -r requirements.txt
```
[Set up a different Python for Leap to use](https://developer.leapmotion.com/documentation/python/devguide/Project_Setup.html). This is important if you're using Python installed from Homebrew or Macports. The current one is Python2.7.9 from Homebrew's Cellar.
To run
------
```Bash
$ python leap.py
```
This code adopts [gevent](http://www.gevent.org/ "gevent") instead of threading with *Listener* class from Leap APIs.