Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to start with OpenGL ES?

I want to learn OpenGL ES, but so far I don't know anything about it and I was wondering if there is a tutorial which stars from 0 knowledge. Remember that I don't know anything about graphics, drawing, etc.

like image 981
Skullhouseapps Avatar asked Feb 21 '11 18:02

Skullhouseapps


People also ask

Is OpenGL ES the same as OpenGL?

The main difference between the two is that OpenGL ES is made for embedded systems like smartphones, while OpenGL is the one on desktops. On the coding level, OpenGL ES does not support fixed-function functions like glBegin/glEnd etc... OpenGL can support fixed-function pipeline (using a compatibility profile).

What is OpenGL ES version?

OpenGL ES is the dominant graphics API in today's smartphones and has even extended its reach onto the desktop. The list of platforms supporting OpenGL ES includes iOS, Android, BlackBerry, bada, Linux, and Windows. OpenGL ES also underpins WebGL, a web standard for browser-based 3D graphics.


1 Answers

This is a great start since it's specific to iPhone:

OpenGL ES from the Ground Up: Table of Contents

like image 67
karlphillip Avatar answered Sep 20 '22 14:09

karlphillip