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!
- Host: GitHub
- URL: https://github.com/logosito/lsystem
- Owner: LogosITO
- License: mit
- Created: 2023-02-05T17:45:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T22:57:54.000Z (about 2 years ago)
- Last Synced: 2024-04-13T08:11:48.565Z (about 2 years ago)
- Topics: lsystem, pillow, python3
- Language: Python
- Homepage:
- Size: 3.05 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.