Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Gigi-1.0.0.x64.windows.installer.exe | 2025-06-16 | 248.3 MB | |
Gigi-1.0.0.x64.windows.zip | 2025-06-16 | 410.7 MB | |
README.md | 2025-06-16 | 1.8 kB | |
v1.0.0 source code.tar.gz | 2025-06-16 | 421.2 MB | |
v1.0.0 source code.zip | 2025-06-16 | 426.5 MB | |
Totals: 5 Items | 1.5 GB | 1 |
Summary * WebGPU Code Generation Support! See UserDocumentation/WebGPU and WebGPU_QuickStartGuide. Thank you to Jasper St. Pierre for WebGPU help, Jacco Bikker for tinybvh, and the slang development team for webgpu code generation, and assistance getting it working. * Cooperative Vector Support! See UserDocumentation/CooperativeVectors.
Browser: * improved UI/UX a bit.
Compiler: * code generators now have access to .gguser file to do more for users automatically. Camera params, system variables, etc.
Viewer: * Set variables now allow type casts for no-op operations. * editor flag to enable 16 bit types in shaders. * fixed some edge cases with views in descriptor tables of structured and raw buffers * fixed all Non sRGB textures being shown as sRGB. * texture viewing sRGB drop down of: on, off, auto. * captures saved next to gg file instead of exe, which was a problem for installer. * option to save vertex information as BVH. Saved in tinybvh format BVH_GPU. Usable by generated WebGPU code or other applications.
Editor: * Shader resource access is now: read only, read/write and RT scene, instead of SRV, UAV, RTScene. * It used to only open exact version matches after upgrade logic. Now it will try loading unknown (future) versions and let you know there may be problems.
Martin Mittring: * recent files lists culled to reasonable size * file open dialog path improvements. * AMD RGA Support. In editor, see Settings -> Common for Rga Path and ASIC. * -device command line parameter to choose which device the viewer uses.
Other: * added .editorconfig to help coding standards (tab vs spaces etc) * updated slang, agility sdk, DXC. (what versions?) * other small bug fixes and features