Vulkano examples Running the examples: cargo run --bin <example> Example: cargo run --bin triangle If you want to compare performances with other libraries, you should pass the --release flag as well. Rust is pretty slow in debug mode.