Little L-System playground (build with three.js and emscripten). Lparser and examples by Laurens Lapre
, edit, click
and wait (and hope there is enough memory left).
Navigate with mouse (hold left, middle or right button). Find a pdf explaning Lparser's syntax here.
# Lparser example file
# shell 2
recursion 37
angle 10
thickness 10
shape 1
axiom c(11)PPPPPPc(8)PPPPPPPPPPPPc(4)PPPPPPPPPPPPPPPPPc(7)PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
rule P = [oA]>[soB]s
rule o = ^(120)ggg&(45)
rule s = '(.95)
rule A = [^gA{.].
rule B = B^.g.}