Noise Field

Particles follow paths derived from a two dimensional Perlin noise function.  Paths are rendered with translucent pixels, making common areas bright.  Where are you in… Read More

Circles Inside Circles

Packing circles into a finite space is fun.  Especially when you use lazy algorithms that place and test, rather than do any hard math.  One… Read More