What is OpenGL?
In this lesson, you will learn what OpenGL is and how it enables you to program in 3D. What exactly is OpenGL? It's a way to draw stuff in 3D. It can also be used for 2D drawing, but this site doesn'…
In this lesson, you will learn what OpenGL is and how it enables you to program in 3D. What exactly is OpenGL? It's a way to draw stuff in 3D. It can also be used for 2D drawing, but this site doesn'…
Basic Shapes Let's take a look at our first OpenGL program. Download the "basic shapes" program, and compile and run it (details on how to do that can be found in "Getting OpenGL Set Up"). Take a loo…