/vulkan-triangle-rust

Rendering a triangle using Vulkan and Rust.

Primary LanguageRust

Project

Simple one file example of rendering a triangle using Vulkan and Rust. The example uses winit crate to create and manage window and ash crate for Vulkan.

Building

First of all you will need Vulkan SDK. Then you can just use Cargo to build and run the project.

screenshot