A Micro Machines implementation for the Computer Graphics course - Instituto Superior Técnico, 2015
Make sure you have gcc, g++, openGL, GLU and GLUT installed. For instance, on Lubuntu,
sudo apt-get install g++ freeglut3-dev
should install all required dependencies.
You also need libpng for the lab10 version of the project:
sudo apt-get install libpng++-dev
To compile, just run
cd src/
make
To run Micro Machines:
make run
Good luck using Visual Studio.
- 4 spaces indent
- newline at end of file (why?)
- ...