Search code examples
c++open-sourcevisualization

Open Source C++ Data Visualization Library


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.


Solution

  • there is VTK.

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