theoparis / dyadikos-cpp

Simple game engine written in C++ 17.
MIT License
0 stars 0 forks source link

Dyadikos

Dyadikos is a game engine written in C++ 17. It is made to be simple and easy-to-use.

Usage

See the basic example for more information.

Compiling

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