Opengl programming

Miscellaneous Forums/General Discussion/Opengl programming

Hi all,

Nowadays, when we do opengl programming, we would use Opengl SDK 2.1 (http://www.opengl.org/sdk/libs/), instead of Glut(http://www.opengl.org/resources/libraries/glut/).
Am I right?

Thanks in advance
:)

GLUT is not OpenGL in the first place. It's just a library that supplies additional things.

Until OpenGL 3 is out (dang it, hurry up!), you will still be using OpenGL 1.1 with additional features supplied by extensions and OpenGL 2.0.

You should never use GLUT. It's a very old library that is not worth using for support reasons.

Thank you for info., Noel Cower