Expand description
kyu-viz library: shared modules + launch entry point.
Exposes a single launch(db) function so that examples and the default
binary can each seed the database differently before opening the window.
Modules§
- app
- Top-level app view: creates state signals, wires deps, composes UI.
- canvas
- graph
- state
- Application state types.
- theme
- Color constants for canvas rendering and builder-only UI properties.
- transitions
- Canvas interaction state chart via
StateTransitions. - ui
Functions§
- launch
- Open the KyuGraph visualizer window with a pre-configured database.