This is a ray marching based game engine I am building to learn how to build game engines and OpenGL programs. I have not worked on it in a while and it does not function as a game engine yet.
This is very closely based on:
Learn OpenGL
Dist Functions
An Introduction To Raymarching @ Youtube
Fedora Dependencies
glfw-devel
Build Instructions
mkdir build
cd build
cmake ..
make