A Rust implementation of the Vulkan Tutorial based on ash crate.
The environment configuration is same as ash. See here for more detail.
Vulkan is quite hard. All examples on official website have been finished. 🍻
Run any example with the following command:
$ cargo run --features=debug 1