Skip to content

Releases: pongasoft/webgpu-shader-toy

Version 2024.09.08

08 Sep 17:23
Compare
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
Compare
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).