ShowcaseExplore interactive demos built with Next.js
Language

Particles

A tiny particle system demo

Imagine a lightweight particle system that reacts to pointer movement. Swap this copy with an actual canvas or WebGL scene.

  • Track pointer positions and spawn particles on interaction.
  • Batch DOM updates to keep rendering inexpensive.
  • Consider reducing motion for users that prefer less animation.
Back to catalogue