| Crates.io | shady |
| lib.rs | shady |
| version | 7.0.0 |
| created_at | 2025-02-21 03:01:57.277186+00 |
| updated_at | 2025-03-11 17:50:31.139474+00 |
| description | A shadertoy-like library to be able to easily integrate shadertoy-like stuff in your applications. |
| homepage | |
| repository | https://github.com/TornaxO7/shady/tree/main/shady-lib |
| max_upload_size | |
| id | 1563477 |
| size | 118,475 |
shady-libThe main library which takes care of the uniform/storage buffers, vertices and templates.
The idea is that other applications who wish to include shadertoy-like shaders into their application to use this library which takes care most of the data to be able to run those shaders.
It's useable, however I'm a bit unsure about the architecture because I don't really know what a good API looks like for a graphics-programmer.
A simple example can be seen here: https://github.com/TornaxO7/shady/blob/main/shady-lib/examples/mini-simple.rs if you want
to include it to your app. All relevant places where you have to "interact" with shady are annoted with the // SHADY comments.