This project is designed and implemented using OpenGL interactive application that basically deals with providing the graphical interfaces between user and system.
In Ubuntu, Kali-linux, ParrotOs open terminal and run this command's
-sudo apt-get update
-sudo apt-get install freeglut3
-sudo apt-get install freeglut3-dev
-sudo apt-get install binutils-gold
-sudo apt-get install g++ cmake
-sudo apt-get install libglew-dev
-sudo apt-get install g++
-sudo apt-get install mesa-common-dev
-sudo apt-get install build-essential
-sudo apt-get install libglew1.5-dev libglm-dev
gedit file.c
gcc file_name.c -lGL -lGLU -lglut -lm
./a.out
C/C++

