Skip to content

Micro Machines implementation in C++ for the Computer Graphics course - Instituto Superior Técnico, 2015

License

Notifications You must be signed in to change notification settings

nuno-silva/computer-graphics-wag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computer-graphics-wag

A Micro Machines implementation for the Computer Graphics course - Instituto Superior Técnico, 2015

Compiling and running on Linux

Compiling

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

Running

To run Micro Machines:

make run

Compiling and running on Windows

Good luck using Visual Studio.

Coding style

  • 4 spaces indent
  • newline at end of file (why?)
  • ...

About

Micro Machines implementation in C++ for the Computer Graphics course - Instituto Superior Técnico, 2015

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages