I've to make a media player in android which uses OpenGl for 3D graphics....These graphics could be the same as used in Windows Media PLayer background etc. I'm new to OpenGL... Can you please suggest some tutorials or the approach that i should follow for the same. .. An example using OpenGL in Android wwould be appreciated.... Thank you in advance....
1 Answer
Beside the official documentation, you will find some tutorial out there.
- OpenGL ES Tutorial for Android – Part I – Setting up the view
- rest of OpenGL ES series
- Android 3D game tutorial – Part I
- Android 2D/3D Graphics - OpenGL Tutorials
However, that may not address exactly the kind of usage you are after.
Martin Erhardt adds:
- Learn Open GL ES, which contains many tutorials on OpenGL ES 2.0 and Android.
2 Comments
VonC
@Rohan: my limited experience with OpenGL isn't enough to properly answer your second question.
Martin Erhardt
I'd like to add these tutorials which deals with OGL ES 2.0: learnopengles.com