Tutorials and libraries for OpenGL-ES games on Android

Posted by user197141 on Stack Overflow See other posts from Stack Overflow or by user197141
Published on 2009-10-27T10:02:03Z Indexed on 2010/03/18 10:41 UTC
Read the original article Hit count: 1275

What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? I'm looking for tutorials which can help me learn OpenGL-ES, and I'm looking for OpenGL-ES libraries which can make life easier for beginners in OpenGL-ES.

Since Android is still small, I guess it may be help-full to read iPhone OpenGL-ES tutorials as well, as I suppose the OpenGL-ES functionality is much the same.

I have found the following useful information which I would have liked to share:

Android tutorials:

Other Android OpenGL-ES information:

iPhone OpenGL-ES tutorials (where the OpenGl-ES information is probably useful):

As for libraries which a beginner might use to get a simpler hands-on experience with OpenGL-ES, I have only found Rokon, which is recently started, thus has many holes and bugs. And it's gnuGPL licensed (at the moment) which means it cannot be used, if we wish to sell our games.

What else is out there?

© Stack Overflow or respective owner

Related posts about android

Related posts about opengl-es