Data Structure Course Project #1
Table of Contents
We want to implement a program that draws random graphics using a Lindenmayer or L-system. Among other things, we want to produce drawings that look like plants (possible application: landscape graphic output). The L-system was invented for this purpose: it allows to model the development of plant structures. It is a formal grammar that defines the generation of symbol strings on an alphabet. The symbols correspond to structural units of the plant (branches), and the resulting chain defines the structure to be drawn.
Distributed under the MIT License. See LICENSE
for more information.
Maël LE PETIT - @Maelito_P - [email protected]
Project Link: https://github.com/MaelitoP/Lindenmayer