Visualize an L-System
Visualize an L-System
Generate fractals using Lindenmayer Systems with turtle graphics
Rules (symbol → replacement)
L-Systems use string rewriting: start with an axiom, apply rules repeatedly, then interpret symbols as turtle drawing commands (F=forward, +=turn right, -=turn left, [=push state, ]=pop state). Higher iterations create more detail but take longer. All rendering is done in your browser.