3 releases

0.1.4 Jul 25, 2020
0.1.3 Jul 24, 2020
0.1.2 Jul 24, 2020
0.1.1 Jul 24, 2020
0.1.0 Jul 24, 2020

#517 in Graphics APIs

MIT license

1MB
32K SLoC

Rust 28K SLoC // 0.0% comments C 3.5K SLoC // 0.0% comments Batch 3 SLoC Shell 3 SLoC

vk-rs

To run the triangle example on linux libx11 is required

git clone https://github.com/atkurtul/vk-rs.git
cd vk-rs
cargo run --example triangle --features xlib

on windows

git clone https://github.com/atkurtul/vk-rs.git
cd vk-rs
cargo run --example triangle --features win32

Dependencies