Which C++ graphics library should I use?
- by mspoerr
Hello,
I found the following graphics libraries, but I am not sure which one I should use. Maybe there are some more...
Graphviz (http://www.graphviz.org/)
Boost Graph Library (http://www.boost.org/doc/libs/1_42_0/libs/graph/doc/index.html)
Lemon (http://lemon.cs.elte.hu/trac/lemon)
igraph (http://igraph.sourceforge.net/introduction.html)
What it should do:
draw a undirected network map
come as header only or static lib for Windows
the output format should be user editable
Graphviz is the only one I tried so far, but I found no static lib for it, I failed to build it by my own and the documentation could be better. Therefore I looked around and found these other three libs.
I would be glad to get some recommendations which lib to choose.
Thanks,
/mspoerr