ARmsk

Just found yet another AR library for Android called ARmsk. The description sounds promising. But the demo video is kind of shocking. They have like half a frame per second. The code looks like they used a lot of examples, like the OpenGL Cube renderer from the Android API demos and some stuff from the… Continue reading ARmsk

AndEngine

AndEngine is a 2D OpenGL Engine. Actually a game engine. But it has also some small AR extension. I've stumbled upon this project a little while ago but then somehow forgot about it and now rediscovered it. So far it looks promising (even though I already found some kind of "lazy bug" which prevents the… Continue reading AndEngine

android-experimental + android-cmake (on Windows)

Just another desperate try to get something connected with OpenCV compiled under Windows. AndroidExperimental looked promising at the beginning. But of course everything just works on Linux without problems. The step where get_ndk_toolchain_linux.sh is referenced won't work on Windows and actually you don't need to do everything in there if you already have the NDK.… Continue reading android-experimental + android-cmake (on Windows)