Skip to content

Releases: pongasoft/webgpu-shader-toy

Version 2025.10.04

04 Oct 17:35

Choose a tag to compare

  • Improved font resizing

Version 2025.09.29

29 Sep 13:32

Choose a tag to compare

  • Improved resizing behavior

Version 2025.02.27

27 Feb 14:54

Choose a tag to compare

  • Fixes button disabled when going backward

Version 2025.02.26

26 Feb 17:46

Choose a tag to compare

  • Switching tabs pauses the shader clock

Version 2024.09.08

08 Sep 17:23

Choose a tag to compare

  • Added a History menu to undo/redo Shader level changes.
  • Added a Quick Export shortcut (Cmd + S / Ctrl + S).
  • Added the ability to reset the settings only.
  • Added a way to import a shader given a URL.
  • Moved some examples outside the code and imported via URL.
  • Added 2 examples: Fire and Marble.

Version 2024.08.18

19 Aug 12:42

Choose a tag to compare

  • Added support for macOS keyboard shortcuts.
  • Changed the "Compile Shader" shortcut to be Ctrl + D (resp. Cmd + D) as Cmd + Space is already taken.
  • Added an alternate way of rendering the shader in fullscreen mode: holding the Alt key preserves the size/ratio of the shader window.
  • Upgraded emscripten-glfw to v3.4.0.20240817 which enables using macOS shortcuts and copy/paste in any text field (not just the editor).