A WGSL playground inspired by Shadertoy.
Check out the latest release for a msi
installer.
Available on MacPorts:
sudo port install wgshadertoy
Available on Flathub.
For Arch Linux users, wgshadertoy
is also available on AUR:
yay -S wgshadertoy
The application use a binary format wgs
to save and load shaders and textures.
It helps to share your shaders amoung people.
You can find examples in wgs's repo.
- The amount of the texture you can upload is the max bind group count of your device - 1.
- Won't show any hints on invalid shaders. They just won't compile.