|
Monad Engine da02fba2
> Undercity Codex_
|
The Monad Engine is a C++17 game engine assembled lesson by lesson.
The engine ships as two linked artifacts:
Engine** — static library containing every subsystem.monad-engine** — host executable that links the library.Game code subclasses mnd::Application and registers with mnd::Engine before entering the main loop.