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

bash git clone https://github.com/OvertimeCoder/VlTk.git cd VlTk cargo build

Example

bash git clone https://github.com/OvertimeCoder/VlTk.git cd VlTk cargo run --example triangle

Dependencies