https://github.com/danieltyebkhan/l-systems
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: DanielTyebkhan
- Language: Python
- Default Branch: master
- Size: 30.3 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 4 years ago
· Last pushed over 4 years ago
Metadata Files
Readme
README.md
L-systems
Implementations of L-Systems Based on and Taken from The Algorithmic Beauty of Plants
Requirements:
- graphviz software
- graphviz python package
pip install graphviz## Included L-Systems: - Algae (algae)
- Fractal/Binary Trees (fractal-tree)
- Cantor Set (cantor-set)
## Usage
Run
python3 main.py [system] [iterations] [ouput_name]where systemis the name of the system (see Included L-Systems)iterationsis the number of iterations to apply the rules
Owner
- Name: Daniel Tyebkhan
- Login: DanielTyebkhan
- Kind: user
- Repositories: 4
- Profile: https://github.com/DanielTyebkhan
Software Engineer @ Autonodyne
GitHub Events
Total
Last Year
Dependencies
setup.py
pypi
- graphviz *