Package Reference
Package Reference
These are the primary published qti-clockwork-* packages.
Core
qti-clockwork-app: app/runtime assembly and plugin lifecycleqti-clockwork-ecs: entities/components/resources/query/command bufferqti-clockwork-scheduler: staged loop and fixed timestepqti-clockwork-events: typed event channelsqti-clockwork-serialization: world snapshots and migrationqti-clockwork-assets: asset loading cache and hot reloadqti-clockwork-audio: playback engine and busesqti-clockwork-input: input state and action mapping
Renderer
qti-clockwork-gl: WebGL2 context/state cacheqti-clockwork-shaders: compile/link and uniform helpersqti-clockwork-materials: textures/atlases/loadersqti-clockwork-passes: batching, text, primitives, render graph
Platform
qti-clockwork-tauri-bridge: filesystem/window/config/telemetry adapters
Build/Test Script Pattern
Most engine packages expose:
build(tsup src/index.ts --format esm,cjs --dts --clean)test(vitest run)typecheck(tsc -p tsconfig.json --noEmit, TS projects)prepack(pnpm run build)