Skip to content

BIJOY-SUST/OpenGL

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages