First appearance of Fractal dragon
[GA2021 H Verrill page 10/15]
Using more units, but otherwise same program as in
page 7. Also this time
I use a diagonal striped tiles instead of
the curves. In fact when many iterations are applied
it doesn't really matter what the design is, as only one
colour per tile will be visible.
When I had enough iterations of the procedure, I found
I had fractal dragon curves!
Here are some examples, produced by the programs
here
and
here.
These programs are pretty much the same, except
one has a random arrangement of the tiles, and the other
has tiles arranged with strictly alternating orientation.
These programs are very slow, at least on my laptop,
because they have 16384 = 214
and 65536 = 216 primatives, so I had to write
a different program.