Skip to content

jperedadnr/Leap3DFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX 3D and Leap Motion, with JDK8

See Leap Motion Controller and JavaFX: A new touch-less approach http://jperedadnr.blogspot.com.es/2013/06/leap-motion-controller-and-javafx-new.html

and JavaFX 3D and Leap Motion: a short space adventure http://www.youtube.com/watch?v=TS5RvqDsEoU&feature=player_embedded

Build

  1. Install last version of JDK8, from https://jdk8.java.net/download.html

  2. Install last version of Leap Motion Software, from https://developer.leapmotion.com/downloads

  3. Clone the project and open it on your favorite IDE.

  4. Before running this project don't forget to set the path of the Leap Motion library:

     • libLeapJava.dylib (Mac)
     • LeapJava.dll (Windows 32 or 64)
     • libLeapJava.so (Linux)
    

    at the beginning of Leap3D.java:

     System.setProperty( "java.library.path", "<your path to the Leap Motion library>");
    

José Pereda - @JPeredaDnr - Feb 2014

About

3D modelling with JavaFX (JDK8) and Leap Motion controller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages