Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Scientific application with Qt
Qt 6.11 is out! See what's new in the release blog

Scientific application with Qt

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    epalmero
    wrote on last edited by
    #1

    I am new in Qt and I would like to create a scientific application. I would like to take a decision but I would like some advice.

    1. Should I use Qt Quick? The idea is to have several GUIs for example for embedded system and for Desktop but to use the same framework of C++ classes.

    2. I need to perform a lot of 3D rendering thus someone know a good game engine that can be combine with Qt?

    Best and thanks for any help

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kqt-mr-nv6
      wrote on last edited by
      #2

      Qt Widgets are mature and is preferred by many developers
      QML is also good, but if you are building a scientific app
      then I would recommend Qt-Widgets

      OpenGL can render pretty complex 3D objects
      and is supported by QT

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kaivolde
        wrote on last edited by
        #3

        Hi

        1. Take a look at libQGLViewer (www.libqglviewer.com). It is not a game engine but a 3D-viewer-engine. For a scientific application it should be enough.

        2. Keep the applications logic apart from the gui. Then you can implement different versions of the gui. QtQuick is an option.

        1 Reply Last reply
        0
        • E Offline
          E Offline
          epalmero
          wrote on last edited by
          #4

          Thanks a lot I will really look on to this but it look like what I need.

          Best

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved