Flathub Logo

WgShadertoy

by fralonra
Install

A WGSL playground inspired by Shadertoy

WgShadertoy is a WGSL playground inspired by Shadertoy.

It uses a binary format 'wgs' to save and load shaders and textures.

The runtime currently provides six parameters you can use in your shader as a uniform variable:

  • cursor vec2 The mouse position in pixels.
  • mouse_down u32 Whether the left button of the mouse is down.
  • mouse_press vec2 The mouse position in pixels when the left button is pressed.
  • mouse_release vec2 The mouse position in pixels when the left button is released.
  • resolution vec2 The resolution of the canvas in pixels (width * height).
  • time f32 The elapsed time since the shader first ran, in seconds.

Changes in version 0.3.3

4 months ago
(Built 4 months ago)
  • No changelog provided
  • Community built

    This app is developed in the open by a community of volunteers, and released under the MIT License.
    Get involved
Installed Size~18.22 MiB
Download Size6.48 MiB
Available Architecturesx86_64, aarch64
Installs948

Other apps by fralonra