Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 235 Bytes

File metadata and controls

8 lines (6 loc) · 235 Bytes

Computer-Graphics

Just some codes that were to be done as experiments in my Computer Graphics lab.

To install OpenGL in Linux platform

sudo apt-get install freeglut3-dev

To run any program

gcc file.c -lm -lglut -lGLU -lGL