The main purpose of this project is to use the intel realsense sdk 2 with libgdx for sharing the same java code on desktop and android. For that I used the gdx-jnigen project for building the native realsense sdk for all the necessary platforms. I reused the android wrapper java classes to keep the same logic.
You will need to install :
- Ant
- MinGW
For better understanding how jnigen works, check this link
//TODO
//TODO