Lsystemmodeller
Lsystemmodeller is a Python library designed for the generation and manipulation of L-systems. L-systems, short for Lindenmayer systems, are a type of formal grammar used to model plant growth and other fractal structures. The library provides tools to define L-system rules, iterate through generations, and interpret the generated strings into visual representations.
The core functionality of Lsystemmodeller revolves around defining an axiom, which is the initial state of
Once the rules and axiom are defined, Lsystemmodeller can be used to iterate the L-system for a