Skip to content

It contains OpenGL examples developed with the C/C++ programming languages.

Notifications You must be signed in to change notification settings

eeyribas/OpenGL-Programming-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL-Programming-Examples

It contains examples of OpenGL Programming Language. OpenGL has been used with C and C++ Programming Languages.

IDE: Visual Studio 2019

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

The outputs of sample applications are located in the _Output folder.

There are a total of 26 examples. These examples include the ones I learned during my university years. It's a good repository for those who want to learn the OpenGL Programming Language.