Here’s the minimal framework:
-
Choose a base shape S0.
It can be anything — a line, a triangle, a curve, even a symbolic object. -
Define one transformation rule T.
This rule can scale, rotate, subdivide, distort, or otherwise modify the shape. -
Apply it repeatedly:
S(n+1) = T(Sn)
With just that, you can generate surprisingly complex behavior. Some systems stabilize, some explode, some fold into attractors, and some reveal hidden symmetry.