I have implimented some Geometric shapes and objects in opengl 2D and 3D using c and cpp language
install following library.
sudo apt-get install freeglut3-dev
g++ program_name -lglut -lGL -lGLU
./a.out
I have implimented some Geometric shapes and objects in opengl 2D and 3D using c and cpp language
install following library.
sudo apt-get install freeglut3-dev
g++ program_name -lglut -lGL -lGLU
./a.out