Qt-contributors-summit-2014-QtCs14QtInScientificResearches: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Qt In Scientific Researches= | |||
The information contained here are by no means exhaustive so all related additions are very welcome. | |||
==Current state== | |||
After discussion during this round table session, it seems that Qt’s current uses are mostly for: | |||
* Tooling | |||
* Data visualization | |||
* Data Modeling | |||
* <span class="caps">GUI</span> on top command line tools | |||
Some of the libraries used in common with Qt are: | |||
* OpenCV for image processing | |||
* <span class="caps">VTK</span> for data visualization | |||
Otherwise, purpose specific libraries that implement e.g. neural networks. It’s always better to use the most suitable tool for a task rather than try to do everything with a more general purpose library. | |||
Some of the current uses: | |||
* Medical devices | |||
* Earthquake simulator | |||
Example of software: | |||
* [http://avogadro.cc/ Avogadro] ''[avogadro.cc]'' |
Revision as of 14:11, 25 February 2015
Qt In Scientific Researches
The information contained here are by no means exhaustive so all related additions are very welcome.
Current state
After discussion during this round table session, it seems that Qt’s current uses are mostly for:
- Tooling
- Data visualization
- Data Modeling
- GUI on top command line tools
Some of the libraries used in common with Qt are:
- OpenCV for image processing
- VTK for data visualization
Otherwise, purpose specific libraries that implement e.g. neural networks. It’s always better to use the most suitable tool for a task rather than try to do everything with a more general purpose library.
Some of the current uses:
- Medical devices
- Earthquake simulator
Example of software:
- Avogadro [avogadro.cc]