Labs / Computer Science

L-System Fractals

An L-system starts from a short string (the axiom) and rewrites every symbol using production rules, over and over. A turtle then reads the result: F and G draw, + and - turn, and [ ] branch. Pick a preset and watch it grow, then edit the rules to see what you can make.

length 0segments 0depth 0

What to try