shady

Crates.ioshady
lib.rsshady
version7.0.0
sourcesrc
created_at2025-02-21 03:01:57.277186+00
updated_at2025-03-11 17:50:31.139474+00
descriptionA shadertoy-like library to be able to easily integrate shadertoy-like stuff in your applications.
homepage
repositoryhttps://github.com/TornaxO7/shady/tree/main/shady-lib
max_upload_size
id1563477
size118,475
TornaxO7 (TornaxO7)

documentation

README

shady-lib

The 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.

State

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.

Example

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.

Commit count: 0

cargo fmt