A
A
azaznioo2015-04-22 18:03:22
Programming
azaznioo, 2015-04-22 18:03:22

What is the best way to visualize a graph in C++/CLI?

Hello, tell me what is more convenient to visualize an undirected graph. Maybe there are some libraries?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2015-04-23
@EvilsInterrupt

Issue as a console utility, output to STDOUT and feed into a python script using matplotlib. For example

M
maaGames, 2015-04-23
@maaGames

I love graphviz for these purposes. You transfer the structure of the graph to it in text form (the format is very simple) and at the output you get a bitmap image with the graph. There are different settings and generators to make the shape of the graph different.

I
iv_k, 2015-04-23
@iv_k

make a simple web server, output as a json file, look for visualizers on js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question