LSystem 1.0
Latest release
Released:
A Lindenmayer system explorer module
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License (GPL) (GPL)
- Author: Erik Max Francis
- Tags Lindenmayer systems , Lindemeyer systems , L-systems , fractals , algorithmic beauty of plants , artificial life
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
- A simple implementation of Lindenmayer systems (also called
L-systems, substitution systems) is provided. In basic form, a Lindenmayer system consists of a starting string of symbols from an alphabet, and has repeated transitions applied to it, specified by a list of transition search-and-replace rules.
In addition to the standard formulation, two alternative implementations are included: sequential systems, in which at most one rule is applied; and tag systems, in which the transition only takes place at the beginning and end of the string.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU General Public License (GPL) (GPL)
- Author: Erik Max Francis
- Tags Lindenmayer systems , Lindemeyer systems , L-systems , fractals , algorithmic beauty of plants , artificial life
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic