Dyadikos is a game engine written in C++ 17. It is made to be simple and easy-to-use.
See the basic example for more information.
You need a C++17 compatible compiler, as well as ninja and meson. In terms of dependencies you also need to have glm, spdlog, and glfw installed on your system.
meson build
ninja -C build