That's a fun attractor. I gave it a quick try with webgpu and got some nice renders.
Steps: copy previous frame into current render target, generate some attractor points into a vertex buffer, draw the points and accumulate into the render target. It's not efficient but it's dead easy.
#webgpu
add a skeleton here at some point
4 months ago