Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 456 Bytes

Computer Graphics Assignments

  • Each assignment only contains the starter codes.
  • The files are only for Linux.

Update apt database and install development tools

sudo apt-get update
sudo apt-get install build-essential

Install development libraries for freeglut

sudo apt-get install freeglut3-dev

Compilation

Each project needs different libraries or compilation method and its given in their own readme file.