https://github.com/ponup/l-systems
https://github.com/ponup/l-systems
fractal l-system turtle-graphics
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ponup/l-systems
- Owner: Ponup
- Created: 2020-07-29T18:04:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T01:12:21.000Z (5 months ago)
- Last Synced: 2025-02-06T18:46:05.807Z (3 months ago)
- Topics: fractal, l-system, turtle-graphics
- Language: PHP
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP L-systems
Basic Lindenmayer system generation and rendering classes.
Example l-systems taken from http://paulbourke.net/fractals/lsys/ and other websites.
##Â Requirements
- PHP +8.3
- Composer## Usage
```shell
composer install
php main.php definitions/tree.yaml
open tree.png # Or open using any picture viewer
```## Examples






