Crates.io | wyzoid |
lib.rs | wyzoid |
version | 0.1.2 |
source | src |
created_at | 2019-08-14 13:46:15.999805 |
updated_at | 2019-08-28 14:21:12.838126 |
description | Wyzoid is a small framework made to easily experiment with compute shader / GPGPU. |
homepage | |
repository | https://github.com/maeln/wyzoid |
max_upload_size | |
id | 156765 |
size | 1,509,728 |
Wyzoid is a small framework made to easily experiment with compute shader / GPGPU using Vulkan (via ash).
The project include 3 examples:
cargo run --example basic
cargo run --example multiplebuffer
cargo run --example multiplebuffershader
Documentation is very much a todo. In the meanwhile, you can look at the examples.