An open API service indexing awesome lists of open source software.

https://github.com/logosito/lsystem

Python Implementation of Lindenmayer's systems!
https://github.com/logosito/lsystem

lsystem pillow python3

Last synced: 20 days ago
JSON representation

Python Implementation of Lindenmayer's systems!

Awesome Lists containing this project

README

          

# LSystem - Python Implementation
1. Firstly, this project is still an educational one.
2. This project supports rendering multiple trees with any kind of rules.
3. I am currently using pillow for rendering, so my project does not support 3d systems.
4. I do not recommend setting the number of generations in ONE tree to more than 12, as this can lead to a **MemoryError**.