Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fadi-george/l-system-plotter
L System Grapher
https://github.com/fadi-george/l-system-plotter
Last synced: about 1 month ago
JSON representation
L System Grapher
- Host: GitHub
- URL: https://github.com/fadi-george/l-system-plotter
- Owner: fadi-george
- Created: 2015-12-25T20:39:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T21:05:12.000Z (about 3 years ago)
- Last Synced: 2023-10-04T16:59:10.043Z (about 1 year ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# L-System
This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 0.15.1.Project idea that I was inspired to build after learning about Lindenmayer system (l-system).
This is a simple tool to plot l-system which plots fractals given some rules and angle. Currently, this tool plots in 2-D.## Build & development
Run `grunt` for building and `grunt serve` for preview.
## Interface preview
Shows the plot of this dragon curve with the rules as shown below.
![LSystem](https://dl.dropboxusercontent.com/s/fh5wlhec66c05iz/LSystem.png?dl=0)
## Current Features
Able to pan, zoom in, zoom out, and rotate in 45 degree increments. And you can also download an image of the canvas.
## Like to Have
- Color settings for the plot and the background.
- Specify width for stroke.
- Specify colors at different levels.