Crate vltk

Source
Expand description

§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

Modules§

error
Error handling
platform
vk
Vulkan context creation, etc.

Traits§

VkApplication
Trait for applications that use Vulkan