Skip to content

guimauveb/vulkan-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulkan based engine (work in progress)

A Vulkan 3D engine written in Rust using vulkanalia and based on vkguide.dev.

vulkan-engine

Features

TODO

Disclaimer

⚠️ While the program runs without any validation error there might be errors, suboptimal logic or anti-patterns that neither the validation layers nor I can detect. ⚠️

Example

Run the program in debug (enables the validation layers):

$ export RUST_LOG=debug
$ cargo r

Run the program in release:

$ cargo r --release

About

Vulkan based 3D engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published