Fibonacci Forever
This p5⁎js sketch Sketch was inspired by Genuary 2026’s “Fibonacci forever” prompt to:
Create a work that uses the Fibonacci sequence in some way.
It animates the Fibonacci sequence1 , displaying each digit and filling the grid with shapes until reaching the next Fibonacci number. The size and radius of the shapes is controlled by noise values that change over time and the color of the shape is determined by which digit in the Fibonacci sequence it is associated with.
Footnotes
-
Each number in the Fibonacci sequence equals the sum of the two before it: 0, 1, 1, 2, 3, 5, 8, 13, 21… ↩
