@threlte/core 8.3.1 canonical

Svelte 5 wrapper for Three.js.

Dashboard hero + future 3D visualisations of the agent graph.

  • <Canvas> — root component, renderer + default camera + context.
  • <T.Mesh />, <T.BoxGeometry />, <T.MeshStandardMaterial /> — auto-generated Three.js proxies.
  • @threlte/extras — helpers like <Grid /> for common scene furniture.
  • args prop maps to Three.js constructor args; other props are auto-set.
  • Threlte 8 is the current stable major, Svelte 5 native, matches KYM’s pin.
  • `<T>` renders any Three.js class; props auto-map from the underlying object. No wrapper code required per shape.
  • WebGL is client-only; the hero component gates rendering behind an `onMount` check so SSR stays safe.
  • Future: 3D visualisation of the KYM agent graph — Wave 3+ candidate.
Hero scene mounts and animates