2026
Released re-cmake v1.8.6 with the following changes:
- The project has been moved to Codeberg
- The dependencies (
re-mockandre-logging) have also been moved to Codeberg (check RECMakeOptions.cmake for details)
Available with RE Quickstart - Bootstrap Tool
Released Jamba 7.4.1 with the following changes:
- Moved the project to Codeberg. No new code will be pushed to GitHub.
- Check the migration guide for more details and help.
- The documentation project,
jamba-sample-gainhas been moved to Codeberg as well.
Pushed WebGPU Shader Toy update: v2026.01.31
- Fixes #8: Render loop possibly does not pause when app is unfocused
- Although the main loop was not being called when switching tabs, the clock would still run
- Also enforces that the main loop does not run in the event that it gets called
Run the new version
Pushed WebGPU Shader Toy update: v2026.01.15
- Fixes #5: crash when the shader is missing the
fragmentMainentry function - Error messages are now easier to read (no more horizontal scrolling)
Run the new version
Released emscripten-ports v2026.01.06 with the following changes:
- The Dawn example no longer uses
ASYNCIFY, and instead, uses callbacks andemscripten_set_main_loop. This is a better design asASYNCIFYcan bloat the binary and is incompatible with using exceptions (ASYNCIFY=1 is not compatible with -fwasm-exceptions).
Pushed WebGPU Shader Toy update: v2026.01.04
- Upgraded to a more recent version of Dawn/WebGPU (v20251002.162335).
- Automatically moves the cursor to the error.
- Fixed an issue on Firefox when the shader had a compilation error.
Run the new version