Qt3DStudio: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(28 intermediate revisions by 4 users not shown)
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.
== Introduction ==
Qt 3D Studio is a visual editor for designers, combined with a runtime that can load presentations created by the editor. Qt 3D Studio is not a 3D modeling tool nor a replacement for other digital content creation (DCC) tools such as Maya or Blender. On the other hand, Qt 3D Studio is an integration tool where designers can import their designs and animations from DCC tools and integrate them. Qt 3D Studio is used to define states (slides), transitions between those states, and how program logic can influence the design using Data Inputs.


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 from 3D DCC tools and integrate them, define states (slides), transitions between those states and how program logic can access that design and affect it through Data Input (concept introduced in Qt 3D Studio 1.1).
Qt 3D Studio also helps in optimizing the runtime overhead by importing models from DCC tools and packaging them into tight binary mesh files. It will in future also allow texture compression to 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 exists in parallel with the Qt 3D module. See [[Comparison of Qt 3D and Qt 3D Studio]] for more details.


'''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 codereview.qt-project.org/p/qt3dstudio/qt3d-runtime.git]
'''Qt 3D Studio''' is a tool that you can install from Tools section of Qt online installer, download as an 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]


Official documentation is available [ [/doc.qt.io/qt3dstudio/index.html] here].
'''Qt 3D Studio Runtime''' is the runtime component which can be installed along with the QML component from Qt online installer or you can get the source code from [https://code.qt.io/cgit/qt3dstudio/ogl-runtime.git/ https://code.qt.io/cgit/qt3dstudio/ogl-runtime.git/]


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 [https://www.qt.io The Qt Company].


[/blog.qt.io/blog/2017/11/30/qt-3d-studio-1-0-released/ Qt 3D Studio 1.0 Released]
== Documentation ==
Official documentation is available at [https://doc.qt.io/qt3dstudio/index.html doc.qt.io/qt3dstudio/index.html]


[/blog.qt.io/blog/2018/03/02/qt-3d-studio-1-1-released/ Qt 3D Studio 1.1 Released]
== Development ==
Qt 3D Studio is based on Nvidia Drive Design that was contributed under CLA by NVIDIA in 2017. At the moment the editor is included as part of Qt releases as optionally installable tool and runtime is an optionally installable Qt module. Due to the need to develop and react to customer demands quickly, the release cycle is 3 months timed to tail major Qt releases by +1 month. This allows us to take latest versions of Qt and especially Qt 3D in to use quickly and also do releases in between Qt releases to push the features, optimizations, and bug fixing forwards. At some point later in time, the Qt 3D Runtime may be proposed to be official Qt module, but at this point, we need to keep the release cycle of the runtime in synch with the editor release cycle.


For upcoming 2.0 release (due out June 2018) see blog posts:
== Releases ==
=== 1.0 - November 2017 ===
* Editor UI ported to Qt from MFC. Included complete redesign of the UI look'n'feel.
* Mac version of the editor was made available.
* Lot of 3rd party libs (e.g. boost) replaced with Qt as part of Qt porting the source code.
* Original 3D engine integration with Qt.
** QML component for showing presentations made with Qt 3D Studio editor made available in source code form.
** QML API 1.0 allowed full access to all parameters of presentation, no well defined contract between programmer and designer.
** Font rendering changed to use Qt text rendering in to texture to unify text rendering look'n'feel.
** LUA scripting API for creating artist behavior scripts changed to QML + JavaScript API technology preview.
** For more see blog post [https://blog.qt.io/blog/2017/11/30/qt-3d-studio-1-0-released/ Qt 3D Studio 1.0 Released]


[/blog.qt.io/blog/2017/12/11/towards-improved-qt-3d-studio-runtime/ Towards an Improved Qt 3D Studio Runtime] by Laszlo Agocs
=== 1.1 - February 2018 ===
* <nowiki/> Editor refinement and UX improvements.
* Some work done towards Linux version.
* Original 3D engine refinements.
** Initial Data Input concept introduced to facilitate a well defined contract between programmer and designer.
*** Only allowed control of timeline and slide.
** Behavior scripts API still technology preview.
* For more see blog post [https://blog.qt.io/blog/2018/03/02/qt-3d-studio-1-1-released/ Qt 3D Studio 1.1 Released]


[/blog.qt.io/blog/2018/05/16/qt-3d-studio-2-0-beta-available/ Qt 3D Studio 2.0 Beta Available] by Sami Makkonen
=== 2.0 - June 2018 ===
* <nowiki/> Editor improvements
** New timeline in the Qt 3D Studio editor built from ground up based on the new timeline code in upcoming Qt Design Studio.
** Lot of improvements to the designer user experience and work flow. As an example:
*** Interactions in the 3D edit view are now easier and more in line with other 3D DCC tools.
*** Visualisation of lights and cameras in 3D edit view added
** New runtime based on Qt 3D
*** Full runtime using the Qt 3D engine building blocks.
*** Integrates runtime even deeper with Qt.
*** Binary installer for Qt 5.11 made available (in addition to source code) for easier start for developers.
*** Behavior script API still in TP, some reductions made based on comments and findings. Will need more work still.
** For more see blog posts:
*** [https://blog.qt.io/blog/2017/12/11/towards-improved-qt-3d-studio-runtime/ Towards an Improved Qt 3D Studio Runtime] by Laszlo Agocs
*** [https://blog.qt.io/blog/2018/05/16/qt-3d-studio-2-0-beta-available/ Qt 3D Studio 2.0 Beta Available] by Sami Makkonen
*** [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] by Laszlo Agocs
*** [http://blog.qt.io/blog/2018/06/26/qt-3d-studio-2-0-released/ Release blog post] by Sami Makkonen


[/blog.qt.io/blog/2018/05/18/get-started-qt-3d-studio-2-0-beta-1/ Get Started with Qt 3D Studio 2.0 beta 1] by Laszlo Agocs
=== 2.1 - October 2018 ===
* [http://blog.qt.io/blog/2018/10/01/qt-3d-studio-2-1-released/ Release blog post] by Sami Makkonen
 
=== 2.2 - December 2018 ===
* [http://blog.qt.io/blog/2018/12/13/qt-3d-studio-2-2-released/ Release blog post] by Sami Makkonen
 
=== 2.3 - March 2019  ===
* [https://blog.qt.io/blog/2019/04/01/qt-3d-studio-2-3-released/ Release blog post] by Sami Makkonen
 
=== 2.4 - June 2019 ===
* [https://www.qt.io/blog/2019/06/27/qt-3d-studio-2-4-released/ Release blog post] by Sami Makkonen
 
=== 2.5 - September 2019 (ongoing) ===
=== 2.6 - December 2019 ===
 
== Testing ==
 
There is a test plan with use cases to be validated before each release.
 
[[Qt 3D Studio test plan|Qt 3D Studio test plan document]]
 
== Keyboard short cuts and actions ==
 
[[Keyboard shortcuts and action]]
[[Category:3D]]
[[Category:Qt3DStudio]]

Latest revision as of 06:47, 12 September 2019

Introduction

Qt 3D Studio is a visual editor for designers, combined with a runtime that can load presentations created by the editor. Qt 3D Studio is not a 3D modeling tool nor a replacement for other digital content creation (DCC) tools such as Maya or Blender. On the other hand, Qt 3D Studio is an integration tool where designers can import their designs and animations from DCC tools and integrate them. Qt 3D Studio is used to define states (slides), transitions between those states, and how program logic can influence the design using Data Inputs.

Qt 3D Studio also helps in optimizing the runtime overhead by importing models from DCC tools and packaging them into tight binary mesh files. It will in future also allow texture compression to be selectively applied to imported textures.

Qt 3D Studio exists in parallel with the Qt 3D module. See Comparison of Qt 3D and Qt 3D Studio for more details.

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

Qt 3D Studio Runtime is the runtime component which can be installed along with the QML component from Qt online installer or you can get the source code from https://code.qt.io/cgit/qt3dstudio/ogl-runtime.git/

The module is maintained by engineers from The Qt Company.

Documentation

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

Development

Qt 3D Studio is based on Nvidia Drive Design that was contributed under CLA by NVIDIA in 2017. At the moment the editor is included as part of Qt releases as optionally installable tool and runtime is an optionally installable Qt module. Due to the need to develop and react to customer demands quickly, the release cycle is 3 months timed to tail major Qt releases by +1 month. This allows us to take latest versions of Qt and especially Qt 3D in to use quickly and also do releases in between Qt releases to push the features, optimizations, and bug fixing forwards. At some point later in time, the Qt 3D Runtime may be proposed to be official Qt module, but at this point, we need to keep the release cycle of the runtime in synch with the editor release cycle.

Releases

1.0 - November 2017

  • Editor UI ported to Qt from MFC. Included complete redesign of the UI look'n'feel.
  • Mac version of the editor was made available.
  • Lot of 3rd party libs (e.g. boost) replaced with Qt as part of Qt porting the source code.
  • Original 3D engine integration with Qt.
    • QML component for showing presentations made with Qt 3D Studio editor made available in source code form.
    • QML API 1.0 allowed full access to all parameters of presentation, no well defined contract between programmer and designer.
    • Font rendering changed to use Qt text rendering in to texture to unify text rendering look'n'feel.
    • LUA scripting API for creating artist behavior scripts changed to QML + JavaScript API technology preview.
    • For more see blog post Qt 3D Studio 1.0 Released

1.1 - February 2018

  • Editor refinement and UX improvements.
  • Some work done towards Linux version.
  • Original 3D engine refinements.
    • Initial Data Input concept introduced to facilitate a well defined contract between programmer and designer.
      • Only allowed control of timeline and slide.
    • Behavior scripts API still technology preview.
  • For more see blog post Qt 3D Studio 1.1 Released

2.0 - June 2018

  • Editor improvements
    • New timeline in the Qt 3D Studio editor built from ground up based on the new timeline code in upcoming Qt Design Studio.
    • Lot of improvements to the designer user experience and work flow. As an example:
      • Interactions in the 3D edit view are now easier and more in line with other 3D DCC tools.
      • Visualisation of lights and cameras in 3D edit view added
    • New runtime based on Qt 3D
      • Full runtime using the Qt 3D engine building blocks.
      • Integrates runtime even deeper with Qt.
      • Binary installer for Qt 5.11 made available (in addition to source code) for easier start for developers.
      • Behavior script API still in TP, some reductions made based on comments and findings. Will need more work still.
    • For more see blog posts:

2.1 - October 2018

2.2 - December 2018

2.3 - March 2019

2.4 - June 2019

2.5 - September 2019 (ongoing)

2.6 - December 2019

Testing

There is a test plan with use cases to be validated before each release.

Qt 3D Studio test plan document

Keyboard short cuts and actions

Keyboard shortcuts and action