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-devshould install all required dependencies.
You also need libpng for the lab10 version of the project:
sudo apt-get install libpng++-devTo compile, just run
cd src/
makeTo run Micro Machines:
make runGood luck using Visual Studio.
- 4 spaces indent
- newline at end of file (why?)
- ...