For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
0
Sponsor

ORB-15

an iridescent particle-track web worn as the ball's skin

Installation

$ pnpm dlx shadcn@latest add https://shadercn.vercel.app/r/orb-15.json

Usage

import { Orb15 } from "@/components/orbs/orb-15";
<Orb15 size={280} state="idle" />

Props

Component Props

PropTypeDefaultDescription
state"idle" | "thinking" | "speaking""idle"Drive preset the orb eases toward
sizenumber280Rendered size in CSS pixels
paramsPartial<Record<string, number>>-Shader param overrides, see Shader Props
colorsPartial<Record<string, string>>-Shader colour overrides as hex strings
statePresetsPartial<Record<OrbState, Record<string, number>>>-Replace the built-in per-state param presets
stateColorsPartial<Record<OrbState, Record<string, string>>>-Replace the built-in per-state colours
stateVolumesPartial<Record<OrbState, { input?: number; output?: number }>>-Pin the drive volumes a state settles on
volumes{ input?: number; output?: number }-Drive the orb directly, bypassing synthesis
pausedbooleanfalseFreeze the frame loop
pauseOffscreenbooleantrueStop rendering while scrolled out of view
maxDprnumber2Upper bound on the device pixel ratio
classNamestring-Class on the wrapper element
styleCSSProperties-Inline style on the wrapper element
ariaLabelstring-Accessible name for the canvas

Shader Props

Pass any of these through params; each is a single f32 uniform read by the shader.

ParamLabelRangeStepDefault
speedAnim speed0.015100.050.5
wanderAxis wander030.0150.15
camDistCamera distance1500.37
focalLens0.15150.12.25
fieldScaleWeb density1200.12.4
turbWeave050.030.8
stepScaleSkin depth0.00150.40.0050.015
disperseDispersion050.031
envRadiusEnvelope radius0.15150.12.6
envCoreEnvelope core0.31.020.011
fillBody fill01000.30.3
stepClampStep clamp3500030150
scatterDiffusion00.50.0030.01
exposureExposure1.515001050
contrastContrast0.15150.11.35
saturationSaturation040.021.35
alphaGainAlpha gain0.05150.12
edgeEdge sharpness010.011
edgeFadeHalo falloff0.130.0150.98

Colours are passed through colors as hex strings.

ColourLabelDefault
tintTint#ffffff

Credits

Shader by XorDev, ported from orbkit (WebGL/GLSL) to WebGPU/WGSL.