Hey! Im looking for an OpenGL library/framework to handle basic drawing code etc for me. Otherwise im also looking for some NDK and OpenGL ES tutorials, I cant seem to find anything out there!
Any information would be helpful cheers.
Adam
Hey! Im looking for an OpenGL library/framework to handle basic drawing code etc for me. Otherwise im also looking for some NDK and OpenGL ES tutorials, I cant seem to find anything out there!
Any information would be helpful cheers.
Adam
If you have downloaded the NDK from Android site, you must have some sample code:
For eg:, when you unzipped the NDK, you have a sample here:
android-ndk-r4b-windows\android-ndk-r4b\samples\san-angeles
That's a great example for OpenGL ES.
Checkout the NeHe Android Ports. They're in Java, but should help you find your way. And the original NeHe tutorials are a useful reference too.