| Crates.io | wyzoid |
| lib.rs | wyzoid |
| version | 0.1.2 |
| created_at | 2019-08-14 13:46:15.999805+00 |
| updated_at | 2019-08-28 14:21:12.838126+00 |
| 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 basiccargo run --example multiplebuffercargo run --example multiplebuffershaderDocumentation is very much a todo. In the meanwhile, you can look at the examples.