Which version of OpenGL for Android?

Posted by akadouri on Game Development See other posts from Game Development or by akadouri
Published on 2012-09-24T04:21:17Z Indexed on 2012/09/24 9:51 UTC
Read the original article Hit count: 190

Filed under:
|

I've been trying to learn OpenGL ES 2.0 to create a simple 2D game. I bought a book on android development, but after seeing that the author uses his own SDK that implements OpenGL ES 1.0 I decided to just use online tutorials. I've been so lost trying to find out what to use. The Matrices and shaders of 2.0 confuse me and I can't find any tutorial that just explains how to texture map a simple 2D image. Basically:

  • OpenGL ES 1.x or 2.0 for simple 2D with little OpenGL experience
  • If 2.0 Any good tutorials for 2.0, I've found so many for 1.0

© Game Development or respective owner

Related posts about opengl

Related posts about android