An interactive flow-field playground you can run locally in your browser. Particles ride a Perlin-noise vector field, leaving luminous trails you can sculpt with simple controls.
- Open
index.htmlin any modern browser (double-click it or drag it into the browser). - Tweak sliders to change particle count, flow scale, speed, fade, and hue.
- Click the canvas or hit Pulse to inject a burst of particles.
- Use Randomize Colors for a new palette or Save Snapshot to download a PNG of the current frame.
No build tools or installs required.
- Install deps:
npm install - Copy the web assets and sync them into the native shell:
npm run sync:ios - Open the Xcode project:
npm run open:ios - Build/run from Xcode on a simulator or device.
Touching the canvas in the iOS app triggers the same behavior as clicking in the browser.