Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android OpenGL help needed

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....

like image 652
Rohan K Avatar asked Feb 26 '23 09:02

Rohan K


1 Answers

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.
like image 106
VonC Avatar answered Mar 07 '23 13:03

VonC