Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL

All things in this project are very important for a graphics course. If you are doing a graphics course, then these things are very essential for you.

Glut Installation:

👍 Below process only works for Linux Machine:

Open a Terminal : Ctrl+Alt+t

Run the following commands to install OpenGL :

      $ sudo apt-get update
      $ sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev

Compile and Run :

Compile :

      $ g++ filename.cpp -o firstOpenGlApp -lglut -lGLU -lGL

Run :

      $ ./firstOpenGlApp                  

About

All things in this repository are very important for a graphics course. If you are doing a graphics course, then these things are very essential for you.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages