Lsystemen
Lsystemen – also known as Lindenmayer systems – are a mathematical formalism introduced by the biologist Aristid Lindenmayer in 1968. They were developed to model the growth processes of plants, but have since become a foundational technique in generative art, computer graphics, and natural language processing. An L-system consists of an alphabet of symbols, a set of production rules that replace each symbol with a string of symbols, a start word (axiom), and a mechanism for generating successive iterations. The application of production rules produces a string that can be interpreted directly as drawing commands or further processed into graphics.
The classic example, the fern, is given by the rules: F → F[+F]F[-F]F, X → F[-X]+X, with the
In computer science and graphics, L-systems underpin popular procedural modeling tools. Designers employ them to generate