Earlier quoted context omitted.
One or more of: * Low gravity * Slow timestep * Unrealistic mass ratios of colliding bodies * Incorrect, or lack of, drag
The timestep effect is remarkable. I was quite surprised with a basic PBD simulation when I lowered the timestep into the nanosecond (IIRC, anyway it was really small and no longer ran in real time) range just to see what would happen and got lots of high frequency shivering effects that looked exactly like what happens IRL when metal objects are fed through a shredder.
A WebGPU implementation of Augmented Vertex Block Descent
21–25 of 25 posts
Re: A WebGPU implementation of Augmented Vertex Block Descent
#22This is really awesome. Great work. I aspire to build cool stuff like this in WebGPU. Very excited for the future of the web.
It can definitely be achieved with Claude. Even with no experience in graphics progammming, I've been able to replicate results of several papers in related to fluid simulation.
Re: A WebGPU implementation of Augmented Vertex Block Descent
#23Earlier quoted context omitted.
The timestep effect is remarkable. I was quite surprised with a basic PBD simulation when I lowered the timestep into the nanosecond (IIRC, anyway it was really small and no longer ran in real time) range just to see what would happen and got lots of high frequency shivering effects that looked exactly like what happens IRL when metal objects are fed through a shredder.
Never tried with that low of a timestep, wonder if that could start causing floating point issues which will lead to more instability.
Re: A WebGPU implementation of Augmented Vertex Block Descent
#24Earlier quoted context omitted.
It can definitely be achieved with Claude. Even with no experience in graphics progammming, I've been able to replicate results of several papers in related to fluid simulation.
Curious, when you do this, do you understand the math/reasoning of the paper and just have claude as do the coding? Not saying that matters if you just care about the end result, but I'm curious how much using an agent affects your understanding of what the papers are proving.
Re: A WebGPU implementation of Augmented Vertex Block Descent
#25Perhaps, more importantly, this development makes optimization approaches more accessible by eliminating the need for special environments (CUDA, native compilation, and alike).
I am very interested in comparing the performance of these optimizations in comparison with native GPU implementations, especially in terms of memory throughput and precision limits.