King-Kong's blog

By King-Kong, history, 8 years ago, translation, In English

Hey guys!

I'm working on a program that processing graphs. Algorithmic part is already done (in c++). I would like to visualize graph, but I haven't any idea (and experience) how doing this. Could you please, give me any advice?

thank you in advance

  • Vote: I like it
  • +8
  • Vote: I do not like it

»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

You can use Qt library for C++. The good thing about it is you can use your already written code in C++. However, Qt can be really frustrating to work with.

»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If you are good with C# you can use Unity for the graphics , its very simple to use .