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

https://github.com/wrathofrathma/l-system-visualizer

Lindenmayer system visualization tool in python
https://github.com/wrathofrathma/l-system-visualizer

Last synced: 4 months ago
JSON representation

Lindenmayer system visualization tool in python

Awesome Lists containing this project

README

        

# L-System Project
## Software Engineering | Salisbury University Math and Computer Science Department

### Project Description
This application is made in Python. The goal of this application is to be able to easily visualize L-Systems, so that researchers can spend more time on the theory. Currently we are in version 1.01. This application can be used to generate custom L-Systems in 2d or 3d. You can also select from a number of preset L-Systems. This program can be utilized to analyze the fractal dimensions with the built in Fractal Dimension calculator, and supports nondeterminism and context sensitive production rules.

### Future Release
Currently there are no planed updates. Client may continue project.

### Installing the Application
The L-System Visualizer can be installed with the following command.

```
pip install L-System-Visualizer
```

### Running the Application
Run the following command in a terminal to run the application

```
python -m lsystem
```
### Alternative method
You can also clone the repository locally and run.

```
python ./__main__.py
```

### Using the Application
Follow the tutorial instructions found in the built in tutorial button.

[Read the Docs](https://l-system-visualizer.readthedocs.io/en/latest/)

### Contributers
- Chris Arausa @wrathofrathma
- Lela Bones @lelatbones
- Matt Rovine @mattblairro
- Matt Tibebe @mattythats
- Stephanie Warman @swarman2

### Client
- Doctor Michael Bardzell [email protected]