Details about the project This project was made for my second assignment for the Programming course at the Breda University of Applied Sciences.
The assignment was to make "Pitfall!" or "Temple Run" in 3D using OpenGLES, running on Linux on the Raspberry Pi 4.
The project was developed using Visual Studio 2022.
- LearnOpenGL: https://github.com/JoeyDeVries/LearnOpenGL
- MD2Loader: https://github.com/raydelto/md2loader-glfw
To run this project on computer needs to use Linux (or using WSL on Ubuntu/Debian). Commands to ensure WSL is woking on your machine.
sudo apt-get update
sudo apt-get install libgles2-mesa-dev
sudo apt-get install libxrandr-dev
sudo apt-get install g++ gdb make ninja-build rsync zip
sudo apt-get install libbullet-dev
sudo apt-get install libassimp-dev
sudo apt-get install libglm-dev