Skip to content

theoparis/dyadikos

Repository files navigation

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

About

A vulkan game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages