Latest News
Pushed WebGPU Shader Toy update: v2026.06.11
- Added a new code option to show/hide line folding
- Added a new code option to show/hide the code minimap
- Added a new code option to automatically wrap if the line is too long (word wrap)
Run the new version
Released emscripten-ports v2026.06.06 with the following changes:
- Upgraded ImGui to 1.92.8
Released Jamba 7.5.1 with the following changes:
- Fixed the scrollbar view math computations issue (leading to a non-zero offset when the scrollbar is at the right (resp. top)).
Pushed WebGPU Shader Toy update: v2026.04.25
- Replaced the implementation of the editor with a more updated version.
Thanks to Johan Goossens for taking on the massive effort of rewriting the editor from scratch.
- This change adds many new features, amongst them:
- Syntax highlighting (which can be turned off via a setting)
- Search and replace
- Multiple cursors
- Check the ImGuiColorTextEdit repo for more details.
- Note that as a “negative” side effect, some shortcuts (like Ctrl+A / Ctrl+E for Home/End) are no longer available.
- This change adds many new features, amongst them:
Run the new version
Released emscripten-ports v2026.04.14 with the following changes:
- Upgraded ImGui to 1.92.7