Crates.io | vltk |
lib.rs | vltk |
version | 0.1.2 |
source | src |
created_at | 2023-02-04 03:42:48.467253 |
updated_at | 2023-02-05 07:47:24.904988 |
description | A simplified toolkit for creating applications using Vulkan |
homepage | |
repository | https://github.com/OvertimeCoder/VlTk |
max_upload_size | |
id | 776204 |
size | 55,888 |
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.
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo build
git clone https://github.com/OvertimeCoder/VlTk.git
cd VlTk
cargo run --example triangle