Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

To 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/.