Fractal Twiggg procedurally grows a branching tree-like structure using recursive geometry, where each branch splits into smaller sub-branches according to rules you control. A multi-color engine blends color from the root of the structure to its tips, so you can generate organic-looking fractal art rather than a flat, uniformly colored render.
Generative artists, students studying recursive/fractal geometry, and anyone who wants procedurally generated tree or branch artwork without writing the recursion themselves.
What determines the branching pattern?
Recursive rules controlling branch angle, length reduction, and split count at each generation, applied repeatedly to build the full structure.
Can I save the output as an image?
Yes, the rendered canvas can be exported as an image file.
Built by @toteclabs