lsystem

A simple implementation of Lindenmayer systems (also called L-systems, substitution systems)
Download

lsystem Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Erik Max Francis
  • Publisher web site:
  • http://www.alcyone.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 11 KB

lsystem Tags


lsystem Description

A simple implementation of Lindenmayer systems (also called L-systems, substitution systems) 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.Despite being implemented entirely in Python, for reasonable rules on a modern machine the lsystem system is capable of running thousands of generations per second. Lindenmayer systems are found in artificial intelligence and artificial life and can be used to generate fractal patterns (usually via mapping symbols from the alphabet to turtle commands), organic looking patterns that can simulate plants or other living things, or even music. What's New in This Release: · Initial release.


lsystem Related Software