https://github.com/pvigier/lsystem
A Python library to create and display L-systems.
https://github.com/pvigier/lsystem
fractals lsystem python-library
Last synced: 11 months ago
JSON representation
A Python library to create and display L-systems.
- Host: GitHub
- URL: https://github.com/pvigier/lsystem
- Owner: pvigier
- Created: 2016-06-01T20:12:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T21:42:40.000Z (almost 10 years ago)
- Last Synced: 2025-05-13T01:06:54.654Z (about 1 year ago)
- Topics: fractals, lsystem, python-library
- Language: Python
- Homepage:
- Size: 476 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# L-System
lsystem is a small python library which allows to generate and display L-systems.
Examples of images generated with lsystem:




Visit https://en.wikipedia.org/wiki/L-system to know more about L-systems.