scamp_extensions.process.l_systems

Module containing the LSystem class, a simple implementation of a Lindenmayer system. (See https://en.wikipedia.org/wiki/L-system).

Classes

LSystem(seed_string, production_rules[, ...])

Simple implementation of an LSystem.