Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heuermh/leap-motion-processing
Leap Motion library for Processing
https://github.com/heuermh/leap-motion-processing
Last synced: 9 days ago
JSON representation
Leap Motion library for Processing
- Host: GitHub
- URL: https://github.com/heuermh/leap-motion-processing
- Owner: heuermh
- License: gpl-3.0
- Created: 2013-01-14T21:20:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T21:28:44.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T17:37:10.715Z (3 months ago)
- Language: Java
- Size: 71.7 MB
- Stars: 122
- Watchers: 30
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
leap-motion-processing
======================Leap Motion library for Processing. Currently supports version 2.3.1+31549 of the Leap Developer SDK.
### installing
Leap Motion library for Processing is available via the library manager in Processing version 2.2.1 or later.
http://youtu.be/BoO5d1E0jW4
Sketch → Import Library... → Add Library...
### hacking
Prequisites
+ JDK version 1.7.x or later, http://openjdk.java.net
+ Apache Ant 1.8.x or later, http://ant.apache.org
+ Processing version 2.2.1 or later, http://processing.orgTo build
$ ant
Copy LeapMotion directory to Processing sketchbook library folder
$ cp -R LeapMotion ~/sketchbook/libraries
### licenses
Leap Motion library for Processing.
Copyright (c) 2012-2015 held jointly by the individual authors.Leap Motion library for Processing is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.Leap Motion library for Processing is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with Leap Motion library for Processing. If not, see http://www.gnu.org/licenses/.