- Keep the graph hot path on the engine side.
- Keep shell flexibility out of scene rendering internals.
- Prefer explicit package seams over convenience imports that blur ownership.
- Preserve the
Web Componentprimary path. React remains a secondary host surface. - Treat support / sales / ops flows as reference-domain examples, not as the only valid product domains.
- Keep the OSS boundary focused on reusable foundation work; avoid baking hosted-product-only assumptions into shared packages.
pnpm install
pnpm bench:fixtures
pnpm typecheck
pnpm test
pnpm wasm:test
pnpm wasm:build
pnpm buildRun the primary host:
pnpm demo:web-componentRun the secondary host:
pnpm demo:reactpnpm typecheckpnpm testpnpm wasm:testpnpm wasm:buildpnpm buildpnpm bench:smoke
- Do not move drag-loop or per-frame scene state into host framework code.
- Do not introduce arbitrary DOM-heavy node bodies into the graph scene.
- Do not make React the architectural source of truth for the editor.
- Docs and adoption: host examples, event docs, theming, integration guidance
- Engine: worker protocol, viewport math, hit testing, geometry helpers
- WASM: Rust kernel exports, wasm-pack bridge, performance-oriented kernels
- Rendering: WebGL path, Canvas fallback, scene batching, status overlays