Dots that Merge

Event Drops: A time based / event series interactive visualization using d3.js with gaussian blur to aggregate events into visual blobs called metaballs. site

site

Metaballs are, in computer graphics, organic-looking n-dimensional objects. The technique for rendering metaballs was invented by Jim Blinn in the early 1980s. wikipedia

wikipedia

The effect is coded as a three stage filter, Gaussian Blur ⇒ Color Matrix ⇒ Blend. github

github