These are just Simple OpenGL Codes that I have developed through my time and Hope it would be helpful for you people. Just follow the below steps on how to set-up the Environment and you would be fine with it
sudo apt-get install freeglut3 freeglut3-dev mesa-common-dev
We can use gcc/g++ to compile a program with glut library.
g++ file.cpp -lglut -lGLU -lGL or gcc file.c -lglut -lGLU -lGL
Just Follow this Amazing Youtube Video on Installation and it would Enough
For that you would need CodeBlocks Setup!!
Any user using this Repo should include this Git link and Contributor's name in their work.
K. N. Dheeraj (kndheeraj0@gmail.com)