Advertisement

What is opengl??

Started by August 05, 2001 08:14 PM
0 comments, last by Aggro5288 23 years, 1 month ago
I know c++ and am using devc++ compiler. I keep hearing people talk about openGl. What is it... where can i get it??
A chain is only as strong as its weakest link.
OpenGL is a 2D/3D graphics API. Pretty much it has the video card draw what you feed it. From the beginning OpenGL was intended to do all of the rendering in hardware, so it expects you to have an OpenGL compliant video card for it to work with good results and speeds. See http://nehe.gamedev.net for some introductory tutorials.

[Resist Windows XP''s Invasive Production Activation Technology!]

This topic is closed to new replies.

Advertisement