https://github.com/alordash/l-systems
Online runtime L-Systems drawer. Animations included.
https://github.com/alordash/l-systems
drawing fractal fractals l-system l-systems procedural-generation
Last synced: about 1 month ago
JSON representation
Online runtime L-Systems drawer. Animations included.
- Host: GitHub
- URL: https://github.com/alordash/l-systems
- Owner: alordash
- Created: 2021-07-10T11:50:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T12:18:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T23:45:16.678Z (3 months ago)
- Topics: drawing, fractal, fractals, l-system, l-systems, procedural-generation
- Language: TypeScript
- Homepage: https://alordash.github.io/L-Systems/static/index.html
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# L-Systems
Runtime [L-System](https://en.wikipedia.org/wiki/L-system) drawer.
### [>>Click<<](https://alordash.github.io/L-Systems/static/index.html) to open in your browser
Can display:
1. [Binary tree](https://en.wikipedia.org/wiki/L-system#Example_2:_Fractal_(binary)_tree)
2. [Koch curve](https://en.wikipedia.org/wiki/L-system#Example_4:_Koch_curve)
3. [Sierpinski triangle](https://en.wikipedia.org/wiki/L-system#Example_5:_Sierpinski_triangle)
4. [Sierpinski arrowhead curve](https://en.wikipedia.org/wiki/Sierpi%C5%84ski_curve#Arrowhead_curve)
5. [Dragon curve](https://en.wikipedia.org/wiki/L-system#Example_6:_Dragon_curve)
6. [Fractal plant](https://en.wikipedia.org/wiki/L-system#Example_7:_Fractal_plant)
Animations included.
This project uses [p5](https://p5js.org/).