opengl

Blitz3D Forums/Blitz3D Beginners Area/opengl

CodeD(Posted 2004) [#1]
I need the gl.h and glu.h libraries. What files or version of opengl do I need to download/install??
There seem to be a few different versions of opengl and I can't tell which I need.

reference: www.opengl.com


puki(Posted 2004) [#2]
Personally, I would install the SGI OpenGL SDK and set up the GLUT library.

If you want this for Blitz stuff then you may want to take a look at:

http://www.blitzcoder.com/cgi-bin/showcase/showcase_showentry.pl?id=peter__scheutz02202003193552&comments=no


CodeD(Posted 2004) [#3]
Thanks, it's for a C++ project, tho. That's a good link tho.


Neo Genesis10(Posted 2004) [#4]
Try here Open GL. There is the GLUT headers and library files in a nice neat zip file along with some GL tutorials and example code.

All I can do with it at the moment is make pretty colored squares... but hey - still time to improve :)