Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source C++ Data Visualization Library [closed]

We want to include data visualization in our desktop GUI (mostly timelines and graphs; clickable, draggable). We want to restrict to open-source, non-copyleft C++ libraries that allow commercial use and are portable across many platforms. Which library can I use? Our GUI is based on WxWidgets.

like image 682
amit kumar Avatar asked Oct 17 '08 08:10

amit kumar


2 Answers

there is VTK.

And if data visualization is your thing, have a look at opendx too.

like image 75
PW. Avatar answered Oct 19 '22 13:10

PW.


I think this question would be easier to answer if you also stated which other GUI components you use. Perhaps that limits the choice of available libraries. Since you're C++ and cross-platform, maybe wxWindows? Would be good not to have to guess.

like image 36
unwind Avatar answered Oct 19 '22 13:10

unwind