Kinect: Java/JNI wrapper for libfreenect

Hi everyone,

I have written a Java/JNI wrapper for ‘libfreenect’ recently which might be interesting for Java Games.

I only tested it on Ubuntu 64bit but in principle it should compile on
others platforms. However, the minimal build script has some
hard-coded paths for now.

Anyway, please give it a try and let me know if it works for you:

Usage:

  1. cmake .
  2. make
  3. cd wrappers/java
    ./build.sh

Best,
Micha