Skip to content
Skip to content

Particle Flow

A playground for mathematical flows and kinetic interactions. Particles follow vector fields and react to scroll velocity and pointer movements.

Live Example

Move the pointer across the screen or scroll rapidly to disturb the flowing particles and witness the liquid dynamics recreated in WebGL.

Demonstrates

  • High-performance buffer geometry
  • Vector fields and liquid physics approximation
  • Input-based disturbance factors

Implementation

  • Entry: docs/assets/js/canvas/scene/main.js
  • Scene: docs/assets/js/canvas/scene/ParticleFlowScene.js