Skip to content

fralonra/wgshadertoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.