3 releases
0.1.2 | Aug 28, 2019 |
---|---|
0.1.1 | Aug 28, 2019 |
0.1.0 | Aug 14, 2019 |
#1121 in Graphics APIs
400KB
1K
SLoC
Wyzoid 🧶
Wyzoid is a small framework made to easily experiment with compute shader / GPGPU using Vulkan (via ash).
Examples
The project include 3 examples:
- "basic": Execute one shader on one buffer
cargo run --example basic
- "multiplebuffer": Execute one shader on two buffer
cargo run --example multiplebuffer
- "multiplebuffershader": Execute two shader in series on two buffer
cargo run --example multiplebuffershader
Documentation
Documentation is very much a todo. In the meanwhile, you can look at the examples.
Dependencies
~7.5MB
~165K SLoC