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:
- cmake .
- make
- cd wrappers/java
./build.sh
Best,
Micha