Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.