Where are some good resources to learn Game Development with OpenGL ES 2.X

Posted by Mahbubur R Aaman on Game Development See other posts from Game Development or by Mahbubur R Aaman
Published on 2012-11-23T12:30:08Z Indexed on 2012/11/23 17:20 UTC
Read the original article Hit count: 731

Filed under:

Background: From http://www.khronos.org/opengles/2_X/

OpenGL ES 2.0 combines a version of the OpenGL Shading Language for programming vertex and fragment shaders that has been adapted for embedded platforms, together with a streamlined API from OpenGL ES 1.1 that has removed any fixed functionality that can be easily replaced by shader programs, to minimize the cost and power consumption of advanced programmable graphics subsystems.

Related Resources

OpenGL ES 1.X enter image description here

OpenGL ES 2.0 enter image description here


From http://www.cocos2d-iphone.org/archives/2003

Cocos2d Version 2 released and one of primary key point noted as OpenGL ES 2.0 support


From http://www.h-online.com/open/news/item/Compiz-now-supports-OpenGL-ES-2-0-1674605.html

Compiz now supports OpenGL ES 2.0


My Question : Being as a Game Developer ( I have to work with several game engine Cocos2d, Unity).

I need several resources to cope up with OpenGL ES 2.X for better outcome while developing games?

© Game Development or respective owner

Related posts about opengl-es2