Back to archiveGenerative Experiments
Canvas 2D

Noise Wave Bands

Layered wave bands built from combined sine and cosine fields to create animated, fluid contours.

How It Works

  • Thirty horizontal bands are drawn from left to right every frame.
  • Each y-position is offset by multiple trigonometric noise terms with different frequencies.
  • Band color and opacity vary by index for depth and gradient-like separation.
  • The full redraw each frame keeps the motion crisp while phase shifts animate the wave field.

Source Code

tsx