https://github.com/anuraghazra/lsystemcreator
L-System Creator
https://github.com/anuraghazra/lsystemcreator
algorithmic-art creative-coding lsystem
Last synced: 2 months ago
JSON representation
L-System Creator
- Host: GitHub
- URL: https://github.com/anuraghazra/lsystemcreator
- Owner: anuraghazra
- Created: 2019-01-11T15:07:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T15:12:38.000Z (over 6 years ago)
- Last Synced: 2025-02-14T05:30:33.136Z (4 months ago)
- Topics: algorithmic-art, creative-coding, lsystem
- Language: JavaScript
- Homepage: https://anuraghazra.github.io/LSystemCreator/
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# L-System Creator
Try out The [Demo](https://anuraghazra.github.io/LSystemCreator/)
L-System Creator made with javascript.
You can create your own L-Systems and try fun stuff with it.
I also added some predefined L-Systems, you can find most of them on [Wikipedia Page](https://en.wikipedia.org/wiki/L-system)
But, i also found some interesting ones
* Anklets Of Krishna
* **Krishna Chakra** (made-up name)
* Snake Kolam
* Honeycomb------
### Features
* Save your artwork in localStorage
* Load predefined Settings
* Create your own L-System (go nuts, considering performance)Inspired by [Coding Challenge #16: Fractal Trees - L-System](https://youtu.be/E1B4UoSQMFw)
--------
author : [email protected]Made with :heart: and Javascript