A small 3D game engine in C++20 and OpenGL, with an entity-component-system (ECS) architecture, physics and collision detection.
Dependencies are bundled in the repo (external/): GLAD, GLFW, GLM, tinyobjloader, Remotery.
cmake -B build -S .
cmake --build build --config Release


