Overview
My personal game engine, built from scratch in C++23 with Vulkan. The goal is to deeply understand how the systems that power games actually work — rather than using an existing engine as a black box.
Current State
Early stage. Currently working on the core architecture and getting the Vulkan renderer foundations in place.