KQ-032 · WAVEFIELD
Wavefield
Ambient physics, drawn on canvas — interference lattices, drifting contours, breathing grids, and particle fields that pause when unseen.
KQ-032 · WAVEFIELD
Field · Ambient
Instruments hum quietly.
Speed 0.5 — the field drifts at ambient tempo and never asks for attention.
Canvas 2D · Pauses offscreen
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/wavefield
Props
- variant
- "interference" | "contour" | "lattice" | "drift"
- default "interference"
- Which field is drawn.
- speed / density / opacity
- number
- default 0.5 / 0.5 / 1
- Clock rate, geometry density (capped), and canvas-layer opacity.
- children
- ReactNode
- default —
- Overlay slot above the canvas — it carries all the semantics.
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "interference" | "contour" | "lattice" | "drift" | "interference" | Which field is drawn. |
| speed / density / opacity | number | 0.5 / 0.5 / 1 | Clock rate, geometry density (capped), and canvas-layer opacity. |
| children | ReactNode | — | Overlay slot above the canvas — it carries all the semantics. |