Go back

// article

Particles

Building particles in canvas with svg path data

The experiment here is not the particle emitter itself, but the method for rendering the particles. All particles are drawn at the same time using a single svg path definition string. Is it performant? I don’t know. Was it fun to write? Yes.


Share this post on:

Previous
How I UI
Next
An AI Timeline