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....
Asked
Active
Viewed 4,545 times
1 Answers
8
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.
-
@Rohan: my limited experience with OpenGL isn't enough to properly answer your second question. – VonC Aug 26 '10 at 10:55
-
I'd like to add these tutorials which deals with OGL ES 2.0: http://www.learnopengles.com/ – Martin Erhardt Aug 07 '12 at 09:16