Android NDK - OpenGL ES Tutorial/Libraries

Mimminito picture Mimminito · Oct 17, 2010 · Viewed 26.5k times · Source

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

Answer

SKJ picture SKJ · Oct 25, 2010

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.