Graphical Computing Algorithms implemented with C++/OpenGL.
Use the GCC/G++ GNU compiler
sudo apt-get install gcc
The library contains free glut 3 user interface
sudo apt-get update
sudo apt-get install freeglut3-dev
To compile include the -lGL -lGLU -lglut
linkers.