Implementation of 3D models from SpongeBob SquarePants characters and scenarios using OpenGL API.
-
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:
make
-
The command for executing the program is as it follows:
make run