Open Source C++ Data Visualization Library

16,045

Solution 1

there is VTK.

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

Solution 2

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.

Share:
16,045
amit kumar
Author by

amit kumar

Python. AI. Learning Rust. Recovering C++ developer.

Updated on June 09, 2022

Comments

  • amit kumar
    amit kumar about 2 years

    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.

  • CaTx
    CaTx about 6 years
    How is that compared to Graphviz?