Hi
I’m interested in OpenGL programming but don’t have the required API. Please tell me if OpenGL API is downloadable for free & if yes then from where can I download it.
Robin
Hi
I’m interested in OpenGL programming but don’t have the required API. Please tell me if OpenGL API is downloadable for free & if yes then from where can I download it.
Robin
well, it depends on what system you are on. Check the NeHe tutorials at:
http://nehe.gamedev.net/lesson.asp?index=01
A great page of resources for people who wants to startup and learn OpenGL. You should also take a look at the “Red Book”: [b]OpenGL Programming Guide: The Official Guide to Learning OpenGL, Version 1.4, Fourth Edition
You should also take a look at the GLUT package which is good if you want to get up and running with OpenGL without a lot of OS specific code.
-mk-
Hi,
I’ve been frantically roaming around the opengl.org but in vain.Please give a link to the download page.
Robin
Try google it works wonders.
http://www.xmission.com/~nate/glut.html
http://www.berkelium.com/OpenGL/sgi-opengl.html
OpenGL is just a bunch of specifications. Don’t confuse it with different implementations (mesa: a software based impl. for linux, etc etc).
You will most likely also find that your compiler package already comes with the needed headers and libs for OpenGL C/C++ development, though they will probably be at the 1.2 version level. For someone just getting started, though, I don’t think that should matter.
The tutorials already mentioned are, in terms of the basics, all v1.2-oriented. Just get yourself a decent reference along with the info on opengl.org and in those tutorials and you should find what you need.
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.