Since the 3.2 version, lot of old OpenGL interface become obsolete. So I started a new exploration of the red and orange book. These books are not really uptodate, so i also used some code found on internet.
My last experience is the integration of some opengl es code. I have been able to test my example code on a nokia N9.
The example contains different build systems : traditional makefiles (for glut and eglx), qmake pro file (for the qt sdk), and cmakefiles (work in progress).
Some links :
Here is an example of fire rendering with perlin noise.
Some links :
Finally here is a sample code of a cube that you can move with the mouse.
Some links :