Contains OpenGL Programming Language examples. There are a total of 26 examples. These examples include ones I learned in lessons during my university years. It's a good repo for those who want to learn OpenGL programming language.
Programming Language: C/C++ Programming Language
IDE: Visual Studio 2019
_Output Folder: The outputs of the examples are found.
OpenGL Installation: To use OpenGL, copy the following paths from the glut-3.7.6-bin folder.
glut32.lib --> $(MSDevDir)....\VisualStudio\lib
glut.h --> $(MSDevDir)....\VisualStudio\include
Running: By placing the glut32.dll file from the glut-3.7.6-bin folder into the "Debug" or "Release" folder of your compiled output, the examples will run without errors.