Simple Dynamic Graph Display for C++

前端 未结 2 1032
醉话见心
醉话见心 2021-01-03 04:32

I am looking for a simple graph layout library for C++. I want to embed the library into our visualizer based on wxWidgets. In summary, I am looking for something like graph

2条回答
  •  情书的邮戳
    2021-01-03 05:01

    To overcome some of the isues when using graphviz (descibed by Tom). We set the visualizer world coords to coincide with graphviz world coords.

    then. assuming each visual element has a unique identifier, build a graph using these elements. output the graph as text. realign everything based on output parsing. ?

    --

    Michael

提交回复
热议问题