<_whitenotifier-e>
[scopehal-apps] azonenberg e7b57ea - Initial work on filter graph editor in ngscopeclient. Can now create input connections, but not delete them or view/edit parameters. Cannot create or delete nodes.
<d1b2>
<azonenberg> Initial integration of imgui-node-editor with ngscopeclient for filter graph editing
<d1b2>
<azonenberg> you can create paths between inputs and outputs, but not delete paths or nodes, cannot create nodes, the actual appearance of ports needs some work
<d1b2>
<azonenberg> And i was disappointed to find imgui-node-editor has no auto layout algorithm
<d1b2>
<azonenberg> so we will still need to write some code to intelligently place new nodes
<_whitenotifier-e>
[scopehal] azonenberg f459ea9 - AcceleratorBuffer: don't do a copy if we have no content (size==0) even if buffer is allocated (capacity != 0)