Close

Color rule set

A project log for Python L-System

The L-System or Lindenmayer System is a mathematical system to describe the growth of plants or fractals.

jana-marieJana Marie 05/16/2016 at 10:420 Comments

Colored Tree

rules['F'] = '1aF[+2cF]1aF[-2cF]F' # tree 2
axiom = 'F'
angle = 25

Discussions