makepad-flowgraph carries the canvas (camera, cards, ports, wires, selection, edits out), the router, a string-keyed view model (GraphView/NodeView/PortView/EdgeView), script-registered node and port styles keyed by kind, and a three-method NodeFaces trait for per-node face widgets. It depends on makepad-widgets only. flow-ui projects its splash-evaluated Graph through a 147-line adapter (graph_view.rs), keeps its faces, file writer, panels and services, and renders pixel-identical to before (hidden before/after grabs, zero differing pixels). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
1 line
434 B
XML
1 line
434 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M12 8v4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/><path d="M12 16h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>
|