BIJOY-SUST / OpenGL

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 100.0%