QT5.6,5.7,5.8的新特征以及展望(Qt5.7首次正式支持Qt3D,以前都是预览版)

https://wiki.qt.io/New_Features_in_Qt_5.6 (跨平台High-DPI,改进WebEngine到45,支持WIN 10,Canvas3D,3D)

https://wiki.qt.io/New_Features_in_Qt_5.7 (充分利用C++11进行编写,Qt 3D,Qt Quick Controls 2,Qt Charts,Qt Data Visualization)

http://blog.qt.io/blog/2016/02/22/qt-roadmap-for-2016/

--------------------------------------------------------------------------

当然还有旧版本:

https://wiki.qt.io/New_Features_in_Qt_5.4 (WebEngine)

https://wiki.qt.io/New_Features_in_Qt_5.5 (GUI重构,WebEngine改进和更换SSL)

--------------------------------------------------------------------------

After the initial release of Qt 3D with Qt 5.7, the focus for 5.8 has been on maturing the module. A large amount of bug fixes and performance improvements have been made for the module.

出处:http://blog.qt.io/blog/2017/01/23/qt-5-8-released/

相关开源项目:

https://github.com/MidoriYakumo/learnopengl-qt3d
https://learnopengl.com/

https://sourceforge.net/projects/qute3d/?source=directory

--------------------------------------------------------------------------

http://blog.qt.io/blog/2017/05/24/qt3d/

原文地址:https://www.cnblogs.com/findumars/p/5289803.html