Begin with the question
Recursion Without Fear starts with one useful question: Understand self-similarity by drawing a shape inside itself.
Recursion repeats a procedure at a smaller scale until a stopping rule is reached. The point is not to memorize a label. It is to notice a repeatable relationship, then test what changes when one part of that relationship moves. Instructions become images when you give a rule room to repeat.
Build a working model
The main diagram is a three-level nested triangle construction. It gives the eye a before-and-after view rather than asking it to infer the rule from a paragraph alone.
A working model can be simple and still be powerful: name the parts, hold one choice steady, change another, and compare the result. That is how this topic becomes something you can inspect instead of only admire.
rule + seed + iteration → variation- Name the part that repeats.
- Choose one change to test.
- Compare the new result with the first one.
Try a small experiment
Replace each triangle corner with a smaller copy three times. Open L-System Garden when it fits the question, and keep a note of the setting, rule, or observation that changes the picture most clearly.
If this guide does not need a generator, recreate the diagram on paper: trace the underlying structure first, then add the decorative detail. The structure should still read before the decoration arrives.
- Start with: Three-level nested triangle construction.
- Make two variations, changing only one choice each time.
- Keep the version that teaches you the most, not only the prettiest one.
What to notice next
A recursive rule needs a base case or it never knows when to stop. Return to Recursion Without Fear in a photograph, a built object, or another artwork. Ask where the model fits and where it does not.
That habit—observe, model, test, and revise—connects this lesson to every other guide in the Generative Systems collection.
Turn the idea into an experiment.
The quickest way to understand a pattern is to change it and watch what happens.