simple lindenmayer systems
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Thorn Avery 3529cf95ee added line variables hace 4 años
README.md unfuarked readme formatting again hace 4 años
lindenmayer.rkt added line variables hace 4 años
test-plant.png added line variables hace 4 años

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