Vulkanalia is a Rust crate that implements a lightweight wrapper around the Vulkan graphics API (which is a C++ API). This repo contains the code I pieced together by following its excellent tutorial. I say "pieced together" rather than "wrote" because the tutorial consists of code snippets with copious explanation, so the non-comment program code is almost all from the tutorial. The comments are mostly my notes based on my understanding of the explanations.
The viking_room.obj and viking_room.png files in the resources directory are based on the Viking Room model on the Sketchfab website. The original model was created by nigelgoh and released under a CC BY 4.0 license license. The tutorials slightly modified this model, but I have personally made no changes.
I am releasing all other files under the Apache License 2.0 because most of the non-comment code is from the Vulkanalia tutorial which uses this license.