For people interested in algorithmic art, I can heavily recommend the nature of code, a free ebook (also available in print) that translates many natural phenomenon into code, physics, vectors, cellular automata, fractals and more! http://natureofcode.com/book/chapter-3-oscillation/
> In brief; we start of with a number of connected nodes in a circle. Gradually we introduce new nodes on the line—prioritizing segments where the curve bends more sharply. Over time the curve grows increasingly intricate, but it never self-intersects.
Is there a proof showing that it will never self-intersect?
The second line like the density of rods/cones in the retina. Also looks a lot like a space filling curve. In short this looks like it could make an interesting data structure...