| Crates.io | shute |
| lib.rs | shute |
| version | 0.1.0 |
| created_at | 2025-02-28 19:31:39.66891+00 |
| updated_at | 2025-02-28 19:31:39.66891+00 |
| description | Abstraction of wgpu for simple compute shader execution |
| homepage | |
| repository | https://github.com/shzhe02/shute |
| max_upload_size | |
| id | 1573090 |
| size | 115,810 |
Shute is an abstraction layer/library built on top of wgpu.
The goal of this library is to simplify the CPU-side code necessary for executing compute shaders.
For now, please refer to the examples present in the examples folder.
A more in-depth quickstart guide and improved documentation is coming soon.