Skip to content

whaqzhzd/vulkan-tutorial-rust-ash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vulkan 教程

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

Snapshot

rendering_and_presentation vertex_buffer_creation index_buffer descriptor_pool_and_sets combined_image_sampler combined_image_sampler1 depth_buffering loading_models

About

vulkan官方教程的rust实现。没有多余的抽象。尽可能贴近原文,以免增加思维负担

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages