Coding dragons

I began looking at codes that were simple in their rule but created a chain of lines and curves. I wanted to break apart an existing code and alter it’s parameters to achieve unique architectural forms. The code I decided to analyse in depth was the ‘Dragon Curve’, which upholds the simple rule:

‘X’ : ‘X+YF+’
‘Y’ : ‘-FX-Y’

plans final_02

Changing the constraints F+-, and the variables XY along with the rule itself has allowed the above geometries to be generated. I am currently in the process of adding to the original code to introduce new spatial characteristics to my findings, and attempting to bring it into the 3D world.

plans_final