Drawing Fractals!

Sorry, your brower does not seem to support canvas :(

Rendering...

Load L-system

Set Drawing

Fractal type: L-System Diffusion Limited Aggregation

Axiom

Meanings of symbols? (in axiom and rules)

F&G: move forward while drawing

f: move forward without drawing

-: turn right by angle

+: turn left by angle

[: push current state to stack

]: pop last saved state off stack and set as current state

S: shorten dist (* dist change amount)

* other characters can be used to substitute in rules, but won't affect drawing

Angle

Iterations

Line Length

Start Direction

Start Position (X, Y):

Rule 1

Rule 2

Rule 3

Change distance by (using S) (value between 0 and 1)

Blob color (R,G,B, or 'rainbow')

Change Board Size (width, height):

Watch Drawing