A WebGPU Implementation of Augmented Vertex Block Descent
68 points
4 hours ago
| 3 comments
| github.com
| HN
mjmdavis
3 minutes ago
[-]
This is really awesome. Great work.

I aspire to build cool stuff like this in WebGPU.

Very excited for the future of the web.

reply
zokier
26 minutes ago
[-]
Do you see "Offset Geometric Contact" paper fitting into this project somehow? https://graphics.cs.utah.edu/research/projects/ogc/
reply
juretriglav
10 minutes ago
[-]
I actually have an implementation of that too, since I was fascinated by the twisting cloth example, but need to figure out how best to incorporate it, or if it’s better in a standalone experiment.
reply
Ciantic
1 hour ago
[-]
AVBD also has this page https://graphics.cs.utah.edu/research/projects/avbd/ I don't know how this implementation differs from the one they are demoing but this one by Jure Triglav feels much smoother to me.
reply
juretriglav
1 hour ago
[-]
The excellent 3D demo on that page is CPU based, serial.
reply