ZEngine currently is a project where I can learn OpenGL with simple little "Sandbox" apps.
In the future maybe it will become a little game engine where I can learn the basics of them.
I use CMake to build this project, so
cmake -S . -B build/
cmake --build ./build
⚠️ Currently paths are relative to the root project directory so maybe you need to run the executable from there.
This project is heavily inspired in a youtube series by TheCherno, so I will leave some of his links here.