Qt3DStudio: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Fixed the external links, finally.)
Line 1: Line 1:
The Qt 3D Studio is a designer facing visual editor tool combined with runtime that can load presentations created by the Qt 3D Studio editor. Qt 3D Studio is NOT a 3D modeling tool, it is NOT a replacement for other DCC tools out there, it is a integration tool where designers import their designs and animations from DCC tools and integrate them, define states (slides), transitions between those states and how program logic can control that design and affect it through Data Inputs (concept introduced in Qt 3D Studio 1.1). Qt 3D Studio also helps in optimising the runtime overheads by importing models from DCC tools and packaging them to tight binary mesh files. It will in future allow also texture compression be selectively applied to imported textures.
The Qt 3D Studio is a designer facing visual editor tool combined with runtime that can load presentations created by the Qt 3D Studio editor. Qt 3D Studio is NOT a 3D modeling tool, it is NOT a replacement for other DCC tools out there, it is a integration tool where designers import their designs and animations from DCC tools and integrate them, define states (slides), transitions between those states and how program logic can control that design and affect it through Data Inputs (concept introduced in Qt 3D Studio 1.1). Qt 3D Studio also helps in optimising the runtime overheads by importing models from DCC tools and packaging them to tight binary mesh files. It will in future allow also texture compression be selectively applied to imported textures.


'''Qt 3D Studio''' is a tool that you can install from Tools section of Qt online installer, download as offline installer or get as source code from [[codereview.qt-project.org/p/qt3dstudio/qt3dstudio.git codereview.qt-project.org/p/qt3dstudio/qt3dstudio.git]]
'''Qt 3D Studio''' is a tool that you can install from Tools section of Qt online installer, download as offline installer or get as source code from [https://codereview.qt-project.org/p/qt3dstudio/qt3dstudio.git codereview.qt-project.org/p/qt3dstudio/qt3dstudio.git]<nowiki></nowiki>


'''Qt 3D Studio Runtime 2.0''' is a new runtime that will be introduced in Qt 3D Studio 2.0 and is built on the [[Qt 3D]] technology. You can install the runtime component along with the QML component from Qt online installer or you can get the source code from [[https://codereview.qt-project.org/p/qt3dstudio/qt3d-runtime.git codereview.qt-project.org/p/qt3dstudio/qt3d-runtime.git]]
'''Qt 3D Studio Runtime 2.0''' is a new runtime that will be introduced in Qt 3D Studio 2.0 and is built on the [[Qt 3D]] technology. You can install the runtime component along with the QML component from Qt online installer or you can get the source code from [https://codereview.qt-project.org/p/qt3dstudio/qt3d-runtime.git codereview.qt-project.org/p/qt3dstudio/qt3d-runtime.git]<nowiki></nowiki>


Official documentation is available at [https://doc.qt.io/qt3dstudio/index.html<nowiki>]</nowiki>
Official documentation is available at [https://doc.qt.io/qt3dstudio/index.html doc.qt.io/qt3dstudio/index.html]<nowiki></nowiki>


The module is maintained by engineers from [[/www.qt.io] [The Qt Company]]. For an introduction to Qt 3D Studio see the following blog posts:
The module is maintained by engineers from [/www.qt.io The Qt Company]. For an introduction to Qt 3D Studio see the following blog posts:


[[https://blog.qt.io/blog/2017/11/30/qt-3d-studio-1-0-released/ Qt 3D Studio 1.0 Released]]
[https://blog.qt.io/blog/2017/11/30/qt-3d-studio-1-0-released/ Qt 3D Studio 1.0 Released]<nowiki></nowiki>


[[https://blog.qt.io/blog/2018/03/02/qt-3d-studio-1-1-released/ Qt 3D Studio 1.1 Released]]
[https://blog.qt.io/blog/2018/03/02/qt-3d-studio-1-1-released/ Qt 3D Studio 1.1 Released]<nowiki></nowiki>


For upcoming 2.0 release (due out June 2018) see blog posts:
For upcoming 2.0 release (due out June 2018) see blog posts:


[https://blog.qt.io/blog/2017/12/11/towards-improved-qt-3d-studio-runtime/<nowiki>]  Towards an Improved Qt 3D Studio Runtime by Laszlo Agocs</nowiki>
[https://blog.qt.io/blog/2017/12/11/towards-improved-qt-3d-studio-runtime/ Towards an Improved Qt 3D Studio Runtime]<nowiki></nowiki> by Laszlo Agocs


[https://blog.qt.io/blog/2018/05/16/qt-3d-studio-2-0-beta-available/<nowiki>] Qt 3D Studio 2.0 Beta Available by Sami Makkonen</nowiki>
[https://blog.qt.io/blog/2018/05/16/qt-3d-studio-2-0-beta-available/ Qt 3D Studio 2.0 Beta Available]<nowiki></nowiki> by Sami Makkonen


[https://blog.qt.io/blog/2018/05/18/get-started-qt-3d-studio-2-0-beta-1/<nowiki>] Get Started with Qt 3D Studio 2.0 beta 1 by Laszlo Agocs</nowiki>
[https://blog.qt.io/blog/2018/05/18/get-started-qt-3d-studio-2-0-beta-1/ Get Started with Qt 3D Studio 2.0]<nowiki></nowiki> by Laszlo Agocs

Revision as of 13:17, 13 June 2018

The Qt 3D Studio is a designer facing visual editor tool combined with runtime that can load presentations created by the Qt 3D Studio editor. Qt 3D Studio is NOT a 3D modeling tool, it is NOT a replacement for other DCC tools out there, it is a integration tool where designers import their designs and animations from DCC tools and integrate them, define states (slides), transitions between those states and how program logic can control that design and affect it through Data Inputs (concept introduced in Qt 3D Studio 1.1). Qt 3D Studio also helps in optimising the runtime overheads by importing models from DCC tools and packaging them to tight binary mesh files. It will in future allow also texture compression be selectively applied to imported textures.

Qt 3D Studio is a tool that you can install from Tools section of Qt online installer, download as offline installer or get as source code from codereview.qt-project.org/p/qt3dstudio/qt3dstudio.git

Qt 3D Studio Runtime 2.0 is a new runtime that will be introduced in Qt 3D Studio 2.0 and is built on the Qt 3D technology. You can install the runtime component along with the QML component from Qt online installer or you can get the source code from codereview.qt-project.org/p/qt3dstudio/qt3d-runtime.git

Official documentation is available at doc.qt.io/qt3dstudio/index.html

The module is maintained by engineers from [/www.qt.io The Qt Company]. For an introduction to Qt 3D Studio see the following blog posts:

Qt 3D Studio 1.0 Released

Qt 3D Studio 1.1 Released

For upcoming 2.0 release (due out June 2018) see blog posts:

Towards an Improved Qt 3D Studio Runtime by Laszlo Agocs

Qt 3D Studio 2.0 Beta Available by Sami Makkonen

Get Started with Qt 3D Studio 2.0 by Laszlo Agocs