Reputation: 59
Anyone knows how to plot 3D surfaces and points in Qt. I looked at qwtplot3d but its rather old, last update 2007. As I understood QT Data Visualization is not open source too.
Upvotes: 0
Views: 938
Reputation: 1733
It is correct that Qt Data Visualization is not available under the open source license, you would have to buy commercial license in order to use that module.
If you are looking for an open source alternative, Kitware's VTK could be an option. You can search the internet for many tutorials on how to combine Qt + VTK in your project.
Upvotes: 1