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

Binary Ages

A system of path tracing particles evolves continually from an initial creation event.  Ages of darkness play arbitrarily with ages of light.  This is an… Read More

Orbit Clock

Nodes orbit a central location in groups of variable intervals.  Lines connect nearby nodes.  Syncopated cycles move groups of nodes around a central location. The… Read More

Metatron’s Cube

During times of creative drought, I sometimes turn to classic geometric forms.  Today I recreated well known constructions from the Metatron Cube.  I was surprised… Read More

Noise Circle

A rotating line of white noise reveals something looking back at me. In this post, the images show my development process. It begins with a… Read More