•
In this second article on how to develop kinect assisted applications with java, we will be implementing OpenNI java wrapper into Eclipse and make a simple project for starters. First add all libraries you use for graphics rendering. Lately I’m familiar with LibGDX for doing graphics in Java so i will be adding its…
•
In this article, we are going to setup a java project for kinect assisted software development. Last summer, i worked on kinect and developed a couple of games, a framework and an eclipse plugin allows you to control debugger by moving your hands. Most time consuming part of kinect-assisted development is just the beginning,…
•
Hi my fellow readers, I’ve been studying on android application development last week.As i was familiar with OpenGL and it’s port for Embedded Systems which is GLES ,i choosed to study on that part first. I’m planning to make 2D Slingshot based game for Android.So i made a simple demo. to implement main, fundemental…