Skip to content

An L-system or Lindenmayer system is a parallel rewriting system and a type of formal grammar.

License

Notifications You must be signed in to change notification settings

smkplus/LSystem-Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSystem Unity

An L-system or Lindenmayer system is a parallel rewriting system and a type of formal grammar. An L-system consists of an alphabet of symbols that can be used to make strings, a collection of production rules that expand each symbol into some larger string of symbols, an initial "axiom" string from which to begin construction, and a mechanism for translating the generated strings into geometric structures. L-systems were introduced and developed in 1968 by Aristid Lindenmayer, a Hungarian theoretical biologist and botanist at the University of Utrecht. Lindenmayer used L-systems to describe the behaviour of plant cells and to model the growth processes of plant development. L-systems have also been used to model the morphology of a variety of organisms[1] and can be used to generate self-similar fractals.

https://en.wikipedia.org/wiki/L-system

Based on this tutorials:

https://www.youtube.com/watch?v=uBEA6VSUybk

https://www.youtube.com/watch?v=E1B4UoSQMFw

capture

About

An L-system or Lindenmayer system is a parallel rewriting system and a type of formal grammar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages