Reflection cycle generator using Processing.
-
Generates images based on a source photo file
-
Options for regular or irregular sector angles
-
Includes multiple options for sector angle size sequences: uniform, random, Fibonacci, parametric
-
Can be passed a hard-coded list of angle sizes
-
Angle sizes are adjusted for overall continuity*
'uniform' mode for standard radial symmetry with equal sized sector angles.
Randomly-generated sector angles.
Sector angles based on a shuffled version of the Fibonacci sequence.
Sector angles based on standard sine curve.
*The angles of all sectors total 360 degrees. There is overall continuity when the total angles of the forward (true image) sectors equal the total angles of the reverse (mirror image), i.e. 180 degrees forward, 180 degrees reverse.