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
- Host: GitHub
- URL: https://github.com/wrathofrathma/l-system-visualizer
- Owner: wrathofrathma
- License: other
- Created: 2019-09-03T13:42:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:07:44.000Z (over 1 year ago)
- Last Synced: 2023-12-19T17:14:15.822Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 7.69 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: COPYING
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]