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....
+4
A:
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.
VonC
2010-08-26 06:28:16
Thanks VonC for your fast reply...dese tutorials are helpful...
Rohan K
2010-08-26 06:36:35
Can you please answer one of my qs: Its regarding Android and OpenGL:- http://stackoverflow.com/questions/3573831/android-opengl-xml-integration
Rohan K
2010-08-26 09:43:31
@Rohan: my limited experience with OpenGL isn't enough to properly answer your second question.
VonC
2010-08-26 10:55:56