Wednesday 2 February 2011

Substrate

Jared Tarbell has a simple algorithm called SUBSTRATE that creates quite lovely images. The algorithm itself is simple:
  1. draw some lines
  2. choose some random points on those lines
  3. draw lines perpendicular to the lines you drew
When iterated, the algorithm produces an output similar to the pattern below. You can make your own HERE.