Skip to content

Flow Field Art Generator

Thousands of particles drift through a Perlin noise field and leave trails — watch it draw itself, then export a still PNG.

2,500 particles × up to 220 steps · seed 9

Field

Ink

Background

Tip: “Finish drawing” completes every trail instantly — useful before exporting.

About this tool

A flow field is a noise function read as an angle: every point in the plane has a direction, and each particle simply takes a small step along the direction under it. The Perlin gradient noise here is implemented from scratch — a seeded permutation table, a quintic fade curve and bilinear interpolation — with several octaves summed for finer detail, so a given seed always reproduces the same artwork. Drawing is progressive on a canvas through requestAnimationFrame, and particle count and trail length are capped so the page stays responsive. The still PNG is produced in your browser; nothing is uploaded.

  • 100% free — no account needed
  • Runs in your browser
  • Nothing is uploaded

Frequently asked questions

Is Flow Field Art Generator really free?

Yes. Flow Field Art Generator is completely free on PureBrowser — every feature, with no account, no trial, and no credit card.

Does Flow Field Art Generator upload my data?

No. Flow Field Art Generator runs entirely inside your browser, so anything you type, paste, or open stays on your own device.

Do I need to sign up or install anything?

Neither. There is no account and nothing to download — open the page and Flow Field Art Generator is ready to use on desktop or mobile.

Does Flow Field Art Generator work offline?

Once the page has loaded, yes. All of the processing happens locally in your browser, so it keeps working without a connection.