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.
We want to include data visualization in our desktop GUI (mostly timelines and graphs;
Share
there is VTK.
And if data visualization is your thing, have a look at opendx too.