Krakel
A single Sigil instance, that runs for hundreds of iterations and produces a scribble.
Customize
The iteration count as well as the probabilities of certain elements to appear can be configured via URL parameters:
line-width- The line width in percent of the canvas (default: 0.25)
step-min- Minimal drawing distance between elements of the drawing in percent of the canvas (default: 2)
step-max- Maximum drawing distance between elements of the drawing in percent of the canvas (default: 10)
max-iterations- How many iterations to draw (default: 750)
- Probabilities
-
The following parameters control the probabilities with which the individual geometric forms may appear in the drawing. Missing percentages acount for the probability of gaps.
line- Probability of lines to appear (default: 0)
curve- Probability of curves to appear (default: 80)
circle- Probability of curves to appear (default: 0)