Scaffold #1
Inspired by some scaffolding on top of the Devonshire Park refurbishment this project
starts with a very small set of simple rules:
- Draw some lines with 50% chance of them being vertical or horizontal
- If the line hits another line then stop
Variations of this theme were experimented with: Early on a recursive rule was added
to all vertical lines to spawn horizontal (and vice versa). Colour palettes are
limited to just 4 colours (border, background, vertical and horizontal).
The canvas size is low resolution (1k x 1k) for this project.