#vulkan #api #applications #toolkit #required

vltk

A simplified toolkit for creating applications using Vulkan

3 releases

0.1.2 Feb 5, 2023
0.1.1 Feb 4, 2023
0.1.0 Feb 4, 2023

#737 in Graphics APIs

Download history 8/week @ 2024-02-19 30/week @ 2024-02-26 39/week @ 2024-04-01 113/week @ 2024-04-15

152 downloads per month

MIT license

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
~248K SLoC