Implementation of a 2D house model from scratch, utilizing OpenGL API (First practical activity from Computer Graphics course - DCOMP - UFSJ).
-
GCC compiler:
sudo apt install build-essential
-
OpenGL API:
sudo apt-get install freeglut3-dev
-
To install all dependencies:
./install_dependencies.sh
-
Execute the following command to compile the source code (inside from_scratch or proper_way directory):
make
-
The command for executing the program is as it follows (inside from_scratch or proper_way directory):
make run