Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan Tutorial but in Rust

Things I want to do:

1. Triangle App

This is the minimal Vulkan application that draws a single triangle on the screen. It is based on the official Vulkan tutorial. Drawing a single triangle doesn't seem like much, but there's a lot of setup involved in getting even to that point!

This repo contains a Rust implementation of the Vulkan tutorial, using the ash crate for Vulkan bindings and winit for window creation and event handling. The code is organized into several modules, with the main application logic in src/app.rs and Vulkan helper functions in src/vulkan/mod.rs.

Tutorial steps are here

About

Learning Rust + Vulkan

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages