simple lindenmayer systems
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Thorn Avery 3529cf95ee added line variables 4 年前
README.md unfuarked readme formatting again 4 年前
lindenmayer.rkt added line variables 4 年前
test-plant.png added line variables 4 年前

README.md

Lindenmayer Turtle Generator

draws a lindenmayer system using simple turtle graphics.

currently very basic, models the following system:

# genesis
X

# rules
F -> FF
X -> F-[[X]+X]+F[+FX]-X

is also slow and badly written, ¯\_(ツ)_/¯

dependencies

raco pkg install htdp-lib
raco pkg install pict-lib

running

WARNING: will overwrite ‘test-plant.png’ in working directory

racket lindenmayer.rkt

author

theArborist