Back to archiveGenerative Experiments
Canvas 2D

Perlin Random Walk

A random-walk line renderer guided by Perlin noise, sampling destination pixel colors from a source photograph to build painterly line fields.

10s

How It Works

  • Uses seeded random walkers and smooth Perlin noise direction fields.
  • Line color is sampled from the destination pixel on the source image.
  • Source image: /public/img/photo/PaintedLadyButterfly2.jpg.
  • Includes timed regeneration, hover pause, and 2x PNG export via shared seeded controls.

Source Code

tsx