PDA

View Full Version : 3d plot using data array (x, y, z) in Qt



benz6699
11th September 2014, 07:50
Hello,

I am working on a GUI that will show the 3D plot from a continuously incoming data array of (x, y, z). I have search around but cannot really find a solution of that. If you have any idea or any example for that, please advise. Thanks a lot.

d_stranz
11th September 2014, 23:16
There used to be qwtplot3d, but development on that has been stalled for a long time, and it cannot be built with Qt 5.

Digia has a 3D library as part of their Qt Enterprise commercial license package. See here. (http://qt.digia.com/Product/Qt-Enterprise/Advanced-Data-Visualization/) It supposedly works with real-time data updates.