One focused demo for every XYZ utility.
Core state primitives, declarative debug tooling, and raw Three.js warmup orchestration—each on its own route.
VERSION
Read the package version at runtime.
classDisposer
Own and unwind cleanup work in reverse order.
classDerived
Resolve independently owned keyed values through one policy.
functionmaxOf
Resolve the highest contribution without dropping below fallback.
functionlatestOf
Resolve the newest active keyed claim.
functionedge
Run transition work when a selected value changes.
componentGenericComponent
Render the package’s minimal React component export.
hookuseGenericHook
Call the package’s minimal React hook export.
DebugManager
Own URL and keyboard activation for lazy debug panes.
functionbindDebugSchema
Bind a declarative definition into a Tweakpane folder.
functionref
Adapt custom getter and setter functions into a value reference.
functionproperty
Create a value reference for an object property.
functiontoFolders
Normalize one debug folder or an array into a folder list.
functionfolder
Nest a debug definition inside a folder field.
functiondebugFolder
Convert a titled debug folder into a nested field.
functionsection
Create a collapsed, copyable nested control group.
functionslider
Declare one bounded numeric debug control.
functionsliders
Declare several numeric property controls at once.
functionbool
Declare one boolean debug control.
functiontoggles
Declare several boolean property controls at once.
functionselect
Declare a string or number option control.
functioncolor
Bind an RGB-compatible color object.
functioncolorString
Bind a CSS color string to a color control.
aliashexColor
Use the color-string field through its hexadecimal alias.
aliasenumField
Use the select field through its enum-oriented alias.
functionbutton
Declare an asynchronous or synchronous debug action.
functionschemaValues
Read nested control values while skipping actions.
functioneditableTarget
Detect inputs, selects, textareas, and editable elements.
functionmatchesShortcut
Compare keyboard events with an exact shortcut chord.
functionparameterEnabled
Interpret URL activation parameters and false-like values.