Iāve continued to build on my experiments with two-dimensional generative art using Clojure. Hereās my latest batch of experiments: procedural generation of some squiggly lines. My favorites from this set look sort of like fractal street maps.

It starts from a handful of seed points, and then grows outward, avoiding collisions and gradually tapering off.

Here are some progress shots. To begin with, I drew ālinesā of dots; then I actually joined them to make contiguous linesā¦

Experimenting with various parameters leads to interesting differences.

The impact of angle of growth is pretty dramatic.

Originally I was inspired by inconvergentās hyphae post. Here are some of the more organic-looking images I made.

When we smooth things out, we get something pretty interesting.

Letās explore that more.


If we give them room to grow they fill in quite a bit.


Iām pretty happy with how this turned out. I donāt know where Iām going to go from here with these sketches, but I think that I want to keep exploring this space of 2D visual, generative art.