vulkan 教程

Build Status LICENSE

A Rust implementation of the Vulkan Tutorial based on ash crate.

Status

The environment configuration is same as ash. See here for more detail.

Vulkan is quite hard. All examples on official website have been finished. 🍻

Usage

Run any example with the following command:

$ cargo run --features=debug 1