justvg / vulkan-triangle-rust

Rendering a triangle using Vulkan and Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rendering a triangle using Vulkan and Rust.


Languages

Language:Rust 98.5%Language:GLSL 1.5%