Skip to content

[generator] — for lsystem

KeyTypeNotes
axiomstringStarting string. Required, non-empty.
rulestable k = "v"Each key a single character (the predecessor). Required.
angle_degnumberTurn angle for +/-. Default 25.
max_depthintegerIterations to precompute; clamped to 1..=7. Default 4.
seedinteger or "random"The salt for hash()/noise() — see Seeded randomness. Not an L-system key: the expansion is deterministic and ignores it, and any system’s preset may declare one. Default 0.

Turtle vocabulary in the expanded string: F/G draw forward, f moves without drawing, +/- turn by angle_deg, [/] push/pop the branch state, any other character is an inert grammar variable.

Built from a8ce055 at version 0.115.0. This site tracks main and is not versioned per release.