1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Added DREAM.3D NX to showcase section

This commit is contained in:
Uwe Kindler 2023-04-11 08:30:25 +02:00
parent df34b0eb2b
commit fb1e427ab7
2 changed files with 12 additions and 1 deletions

View File

@ -119,6 +119,7 @@ know it from Visual Studio.
- [RDE Robox Development Environment](#rde--robox-development-environment) - [RDE Robox Development Environment](#rde--robox-development-environment)
- [ResInsight](#resinsight) - [ResInsight](#resinsight)
- [ADTF 3](#adtf-3) - [ADTF 3](#adtf-3)
- [DREAM.3D NX](#dream3d-nx)
- [Alternative Docking System Implementations](#alternative-docking-system-implementations) - [Alternative Docking System Implementations](#alternative-docking-system-implementations)
- [KDDockWidgets](#kddockwidgets) - [KDDockWidgets](#kddockwidgets)
- [QtitanDocking](#qtitandocking) - [QtitanDocking](#qtitandocking)
@ -593,13 +594,23 @@ says about the switch to Qt Advanced Docking:
![ADTF](doc/showcase_adtf.png) ![ADTF](doc/showcase_adtf.png)
### [DREAM.3D NX](https://github.com/BlueQuartzSoftware/DREAM3D)
DREAM.3D *(Digital Representation Environment for Analysis of Materials in 3D)* is an open source, cross-platform and modular, software suite that allows users to prepare, reconstruct, quantify, instantiate, and mesh, multidimensional, multimodal microstructural data, as well as many other applications.
[BlueQuartz Software](http://www.bluequartz.net/) is currently completely rewriting the DREAM.3D application. For the upcoming version **[DREAM3D NX](http://www.dream3d.io/)** they improved the UI by using the Advanced Docking System. An [early version](http://www.dream3d.io/) of **DREAM3D NX** with ADS is already available to any user who would like to take the brand new version out for a spin.
![DREAM.3D NX](doc/showcase_dream3d_nx.png)
[read more...](http://dream3d.bluequartz.net/)
## Alternative Docking System Implementations ## Alternative Docking System Implementations
If this Qt Advanced Docking System does not fit to your needs you may consider some of the alternative docking system solutions for Qt. If this Qt Advanced Docking System does not fit to your needs you may consider some of the alternative docking system solutions for Qt.
### KDDockWidgets ### KDDockWidgets
This is an advanced docking framework for Qt from [KDAB](https://www.kdab.com/). The interesting thing is, that they separated GUI code from logic, so they can easily provide a QtQuick backend in the future. This is an advanced docking framework for Qt from [KDAB](https://www.kdab.com/). The interesting thing is, that they separated GUI code from logic, so they can easily provide a QtQuick backend in the future.
- [Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/) - [Blog post about KDDockWidgets](https://www.kdab.com/kddockwidgets/)
- [GitHub project](https://github.com/KDAB/KDDockWidgets) - [GitHub project](https://github.com/KDAB/KDDockWidgets)

BIN
doc/showcase_dream3d_nx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 KiB