At my beginning of learning vulkan, I found it too hard to read and run the examples, for my own sanity, I decide to create a tiny engine with all implementations in one file with super easy cmake build, make it as simple as possible, as clean as possible. So here we are, named with my favorite game: ZeldaEngine.
- Fully programmatically driven data, you can use Python to generate scenes in real time and send them directly to the engine.
- Fully GPU-driven rendering, using the most aggressive technology, exploring the possibilities of future engines. (WIP)
A tiny realtime vulkan based 3D engine with modern graphics, all implementations in the đź“„ZeldaEngine.cpp file.
branch | windows | macOS | linux |
---|---|---|---|
master | ✅ | ✅ | ⛔️ |
git clone --recurse-submodules https://github.com/iceprincefounder/ZeldaEngine.git