Expand description
§Interaction Demo
Demonstrates connection validation with typed pins, directional flow, and user feedback messages.
§Interactive Demo
Loading demo...
Failed to load demo. WebGPU required.
§Controls
- Drag from pins - Create connections between nodes
- Drag nodes - Move nodes around the canvas
- Scroll - Zoom in/out
- Right-drag - Pan the canvas
- Ctrl/Cmd+L - Select all (rebound from Ctrl/Cmd+A via
keymap)
§Connection Rules
- Output pins connect to Input pins (directional)
- Bidirectional pins connect to any direction
- Type-compatible pins only (Integer, Float, String, Any)
- Integer implicitly converts to Float
- Single-connection pins reject additional connections