Releases: fralonra/wgshadertoy
Releases · fralonra/wgshadertoy
v0.3.3
i18n
- #8 Add i18n support for
ar
, de
, en
, es
, fr
, it
, ja
, ko
, pt
, ru
, zh-CN
and zh-TW
.
Minor Changes
- 10f741b Enables fps recording.
- use GIMP-style window title.
UI/UX
v0.3.2
Minor Changes
- 7782da8 Texture size is limited to 2048*2048 now.
- 5961a46 Official examples are embeded in the application.
- 567380e Screen capturing is enabled only when supported by the backend.
v0.3.1
Minor Changes
- f5332e2 Display git commit hash in about window.
- 900ea1f Allow customizing install directory (Windows).
UI/UX
v0.3.0
Breaking
Wgs is upgraded to version 1!
All wgs files generated by older version of WgShadertoy is not compatible with this or any newer version. Vice versa.
Read more.
v0.2.4
UI/UX
- Make about window unresizable.
v0.2.2
Minor Changes
- Use Bgra8UnormSrgb texture format for all devices.
Bug Fixes
- Render textures as Rgba8UnormSrgb.
- Capture images as Rgba8.
v0.2.0
New Features
- Support pause/resume/restart.
- Support saving as the wgs file.
- Support capturing images.
Bug Fixes
- Remove console on Windows.