Gamekit is a Vulkan-based 2D graphics engine written in Rust.
Some links to information about Vulkan
- https://nikitablack.github.io/post/vulkan_with_rust_by_example_0_introduction
- https://github.com/unknownue/vulkan-tutorial-rust/tree/master
- https://kylemayes.github.io/vulkanalia
- https://hoj-senna.github.io/ashen-aetna
- https://github.com/adrien-ben/vulkan-tutorial-rs/tree/master/src
- https://github.com/ash-rs/ash/tree/master/ash-examples/src
- https://github.com/David-DiGioia/vulkan-diagrams
- https://developer.nvidia.com/vulkan-memory-management
- https://developer.samsung.com/galaxy-gamedev/resources.html
- https://developer.nvidia.com/blog/vulkan-dos-donts
It's the first version. There's obviously a lot to learn and improve regarding Rust and Vulkan...