Qt3DStudio

From Qt Wiki
Revision as of 13:17, 13 June 2018 by Pasikeranen (talk | contribs) (Fixed the external links, finally.)
Jump to navigation Jump to search

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