简体   繁体   中英

How to edit graphs by graphviz?

Is any one familiar with any c open source code that does graph manipulation (point and click) using the layout algorithms of graph viz? I would like to use the algorithms to lay out a graph which I could later manipulate in a GUI.

graphviz C code and architecture are rather sophisticated. You can take a look at canviz . It's Javascript rendering engine that you could port to C.

Some time ago I tried the qt way, following this post, but that wasn't an easy route.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM