VLTK is an open source, multi-platform, simple toolkit for the Rust language for developing Vulkan applications.
This library provides only drawing tools using Vulkan.
Therefore, you can use your preferred library for windowing.
bash
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo build
bash
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo run --example triangle