Exposé
Below you find a few images created from L-systems. It is your job to try to recreate them. This way you get a feeling for how L-systems can be used to recreate images.
before you start, Take a look at the exercises. They might provide a hint.
Tree
Perspective
Square
Sqoch
Koch Island
Hilbert Curve
Exercises
- What image corresponds with the L-system below. Try to make an educated guess before verifying your claim.
config:
step = 100
angle = 90
rules:
axiom = Q
Q => A+A
A => S+S
S => F
- Try to create L-systems that recreate the images in this chapter.