Particle Life simulation in browser using WebGPU
Particle Life simulation in browser using WebGPU
2025 May 15
If you don't care about the explanation and want a direct link to the simulation, here you go.
You might know that I'm a sucker for physics simulations, and particle simulations in particular. Usually I implement something based on conventional physics, but recently I've stumbled upon a funny non-physical model that can display...well, let's call it life-like behavior.
I've made a prototype in C++ using my pet engine, but then I decide...
Read more at lisyarus.github.io