3 releases
0.1.2 | Feb 5, 2023 |
---|---|
0.1.1 | Feb 4, 2023 |
0.1.0 | Feb 4, 2023 |
#782 in Graphics APIs
20KB
383 lines
VlTk
A simplified toolkit for creating applications using Vulkan
Introduction
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.
Compile VlTk
Vulkan SDK is required for build
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo build
Example
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo run --example triangle
Dependencies
lib.rs
:
VlTk
A simplified toolkit for creating applications using Vulkan
Introduction
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.
Compile VlTk
Vulkan SDK is required for build
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo build
Example
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo run --example triangle
Dependencies
Dependencies
~5–19MB
~247K SLoC