vlntnnmlv/fey
C++ game engine
C++ ECS Game engine
At first this project's goal was just to undestand how big ECS system's work under the hood. But after about 50 hours of development time, I became interested in somewhat low-level graphics API's for complete control of the visuals.
WORK IN PROGRESS
Rendering: bgfx
Windowing and events: SDL
Images loading: STB
The project was only built for OSX, but usage of cross-platform libraries like SDL, STB and BGFX imply that at some point turnip will be able to be built on every system.
cmake -S . -B build in root directory to generate cmake build directorycmake --build build. You will find everything in build directory.