Carla
Carla copied to clipboard
Add arrange functionality
Would be great if the arrange functionality would be added.
I know this request has been open for a long time, but it would really make Carla a lot nicer to use. Ganv (patchage's graph UI component) does it by calling graphviz. This happens in src/Canvas.cpp, primarily in the "ganv_canvas_arrange" and "GanvCanvasImpl::layout_dot" functions. Graphviz usage is also document in the graphviz library guide.