I started this #webgpu experiment a long time ago but I did not have time to polish it. So if you are curious it’s about compute shader and quad tree evaluation to display quads so it’s convenient for terrain but it could probably be used for other usages…
The motivation was to ‘generate’ draw call from compute shader using indirect draw and indirect dispatch.