This is a partial implementation of the excellent vkguide.dev in Odin.
The project was created to learn Odin, so the code may not be idiomatic or optimal.
Tested on Linux. Run make to build.
The executable is located at ./bin/engine.
For a comprehensive tutorial on writing Vulkan applications in Odin, see:
I haven't looked at this project in detail, but it appears to be a complete re-write of vkguide.dev for Odin.
It includes port of libraries such as vkbootstrap that I have re-implemented here.
All the code in this repository is licensed under the Zlib license.
See the LICENSE file for details.
Feel free to use it at your own risk.