znverse

← Orbital Knot

Orbital Knot

Imperative Three.js sample: a soft-lit torus knot that rotates in the preview iframe.

Usage

  1. Install three.
  2. Copy src/OrbitalKnot.tsx (and the shared host from registry/shared/webgl if you want the same pause/dispose behavior).
  3. Mount inside a sized container (width/height: 100%).

Notes

  • Uses ThreeCanvas for DPR clamp, off-screen pause, reduced-motion, and dispose.
  • Runtime executes only in apps/preview — never inside the catalog app.