Skip to content

Ponup/l-systems

Repository files navigation

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 +7.4
  • Composer

Usage

$ composer install
$ php main.php definitions/tree.yaml
$ open tree.png # Or open using any picture viewer

Examples

pentaplexity.png

crystal.png

labyrinth.png

quadratic-gosper.png

saupe.png

tree.png

von-kock-snowflake.png

Releases

No releases published

Packages

No packages published

Languages