• Stars
    star
    197
  • Rank 197,722 (Top 4 %)
  • Language
    Rust
  • License
    Other
  • Created over 2 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Shadertoy clone for the Bevy game engine. The glsl language is replaced by wgsl.

bevy_shadertoy_wgsl

A Shadertoy clone for the Bevy game engine, where the glsl language is replaced by wgsl.

Clone the repo, and for example run the following command:

cargo run --release --features bevy/dynamic --example paint_streams

Here is a GLSL to WGLSL converter that might be helpful: https://eliotbo.github.io/glsl2wgsl/

TODO: make compatible with WASM

See the LICENSES file for the individual examples.