Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 2.25 KB

README.md

File metadata and controls

70 lines (43 loc) · 2.25 KB

WgShadertoy Logo

WgShadertoy

Flathub AUR MIT

A WGSL playground inspired by Shadertoy.

preview

Installation

Windows

Check out the latest release for a msi installer.

MacOS

Available on MacPorts:

sudo port install wgshadertoy

Linux

Available on Flathub.

Download on Flathub Packaging status

For Arch Linux users, wgshadertoy is also available on AUR:

yay -S wgshadertoy

Wgs format

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.

Limits

Contributing

Credits

  • wgpu for rendering.
  • egui for UI.
  • binrw for binary data read/write.
  • shadertoy for the wonderful vertex shader.