Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.32 KB

README.md

File metadata and controls

68 lines (48 loc) · 2.32 KB

MIT License LinkedIn


Lindenmayer

Data Structure Course Project #1

Table of Contents
  1. About The Project
  2. License
  3. Contact
  4. References

About The Project

Demo

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.

Built With

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Maël LE PETIT - @Maelito_P - [email protected]

Project Link: https://github.com/MaelitoP/Lindenmayer

References