/opengl-2D-3D

This repo contains opengl 2D programs

Primary LanguageC++

OpenGL Objects

AUTHOR:

DESCRIPTION:

	I have implimented some Geometric shapes and objects in opengl 2D and 3D using c and cpp language  

Requirment :

	install following library.  
	sudo apt-get install freeglut3-dev

Compilation :

   g++ program_name -lglut -lGL -lGLU 

Execution :

	./a.out