Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 677 Bytes

File metadata and controls

27 lines (17 loc) · 677 Bytes

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