Today i finished off the 1.0 release of our Intel RealSense SDK integration for libGDX. It comes in form of a dependency you can easily include in your desktop projects (Windows 8+ only i’m afraid) (build.gradle):
1 2 3 4 5 6 7 |
project(":core") { ... dependencies { ... compile "com.badlogicgames.gdx:gdx-realsense:1.0.0-SNAPSHOT" } } |
Watch the video above, and follow the instruction the project’s Github page.
Happy coding!