This repo is an archive of my project done in introduction to computer graphics subject.
Clone with --recursive and then use cmake and your default build tool to build. Example if using make:
git clone --recursive git@github.com:Astra3/ZPG.git
mkdir build && cd build
cmake ..
make -j$(nproc)You need to have SSH keys set-up on GitHub to clone the recursive repos.
Use WASD to move. To move your mouse, hold down right mouse button and move. To switch scenes, use left and right arrows or Q and E keys.