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-25

the folds of a warped field, drawn by their own steepness

Installation

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

Usage

import { Orb25 } from "@/components/orbs/orb-25";
<Orb25 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
speedBoil0.015200.053
driftDrift080.020.6
swirlSwirl030.0150.05
radiusRadius0.1530.0150.9
scaleCell scale0.3600.17.5
bulgeDome bulge040.020.3
warpFold020.010.4
zoomOctave zoom0.620.0051.111
rippleRipple0.0230.010.3
edgeGainEdge gain0.5600.510
blurRim width0.5120.252.5
fringeChromatic fringe01.50.0050.09
exposureExposure0.05400.050.8
contrastContrast0.1580.051.15
saturationSaturation040.021.5
floorLevelBody fill020.010.16
lightKey light030.0150.35
rimRim sheen030.0150.45

Colours are passed through colors as hex strings.

ColourLabelDefault
tintRim#dbe8f7
bodyBody#0d1118
sheenSheen#a8c8f0

Credits

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