Chaos Lab

Applications · Creative

Chaos in art & sonification

Strange attractors are mathematically beautiful objects. They have inspired visual artists since the 1980s and now power generative video, music, and live-coded performances.

Strange-attractor art generator

Pick an attractor, a colour scheme, and a trajectory length. Click "Download PNG" to save the artwork. Use as a desktop wallpaper, slide background, or T-shirt print.

Sonification

The chaotic time series x(t) is normalised to [0, 1] and mapped to frequency (±1 octave around the base) and amplitude. The result is an audio rendering of the attractor: the Lorenz butterfly becomes a whoosh-and-flutter; the logistic at r = 4 sounds like coloured noise; the Rössler attractor has a slower, more rhythmic feel.

Requires Web Audio API (works in modern desktop & mobile browsers). Use headphones for the full effect.

Chaos game rule

vertices = 3 regular polygon
step:    P_{n+1} = P_n + 0.500 · (V_random − P_n)
similarity dim (rule = none): 1.5850

Pure randomness + a fixed contractive rule = deterministic fractal. Barnsley's theorem guarantees convergence. Try N=4 with factor=0.5 and rule=none (fills a square) vs no-same (Sierpinski-carpet-like cousin).

Visual

Sprott's Strange Attractor Gallery, Iñigo Quílez's GLSL shader sketches, and 3D-rendered Lorenz/Ikeda animations populate modern generative-art portfolios.

Sonification

Map a chaotic time series to audio frequencies, amplitudes, or panning. Lorenz produces an evocative whoosh-and-flutter; logistic at r near 4 sounds like coloured noise; Mackey-Glass yields slowly modulating drones.

Algorithmic music

Use a chaotic map as a pitch sequence generator with quantisation to a musical scale, or drive rhythmic gates from binarised time series. Iannis Xenakis pioneered this approach in the 1960s; modern live-coding systems make it easy.


Back to all applications.

Quick quiz

Test yourself on art

8 multiple-choice questions. Pick an answer for each, then submit to see explanations.

  1. Q1.Strange attractors as art rose in popularity with:

  2. Q2.Sonification maps:

  3. Q3.Iannis Xenakis pioneered:

  4. Q4.Generative art using IFS produces:

  5. Q5.Iñigo Quílez's contribution:

  6. Q6.Live-coding music environments (TidalCycles, SuperCollider) use chaos for:

  7. Q7.Chaos-inspired visual art is mostly:

  8. Q8.Why are chaotic attractors aesthetically appealing?

0 of 8 answered