Gigi Version 1.0.0 released!
This includes WebGPU code generation, and the dx12 preview feature cooperative vectors.

A gallery of a few Gigi techniques that you can run in your browser:
https://electronicarts.github.io/gigi/

Gigi:
https://github.com/electronicarts/gigi/releases/tag/v1.0.0

@demofox I think the webgpu demos all require “subgroups” feature so they don’t run on Firefox-nightly nor safari tech preview (though it doesn’t say if that’s the reason). I guess that might be just for “it might use it”, instead of all of them actually requiring it?

I would so like to play around with Gigi, but I’m usually on a Mac. Maybe I need to setup a box to Remote Desktop to, just for it :)

@scoopr I put out a new version of Gigi which makes techniques have to opt into the WebGPU extensions they want.

I also updated the gallery, so hopefully more of these will work in safari and firefox nightly!

The main page says which extensions a technique uses, if it uses any.

https://electronicarts.github.io/gigi/

Gigi WebGPU

@demofox cool! I just tested with latest Stable iOS, enabled the webgpu feature flag in the advanced settings, and many of those worked on my phone!
@scoopr that's neat, thanks for that info!