OpenGL carnival shooting gallery developed for Computer Graphics coursework, largely following Learn OpenGL.
Note: The models and textures used are not included in this repository due to licensing restrictions.
-
Download the Repository with:
-
git clone https://github.com/max-cotton/cmp-5010b-project.git - Or by downloading as a ZIP file
-
-
Enter the project directory with:
-
cd cmp-5010b-project
-
-
Install dependencies with:
-
yay -S glfw assimp
-
-
Compile executable with:
-
make
-
-
Run executable with:
-
./main
-
- F - Enter shooting gallery mode
- Q - Exit shooting gallery mode
- Shift - Run
- Esc - Quit


