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. QtQuick vs Widget dynamic opengl visualisation
Forum Updated to NodeBB v4.3 + New Features

QtQuick vs Widget dynamic opengl visualisation

Scheduled Pinned Locked Moved Unsolved General and Desktop
openglgui
4 Posts 2 Posters 1.3k Views
  • 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.
  • B Offline
    B Offline
    BePie
    wrote on last edited by BePie
    #1

    I want to visualise dynamic data (lets say 200-000 points/rects per 5-10sec (with dynamic filtering). Point is about 50B in size (so less than 100kB/s, not so much). Is QtQuick suitable for the task or the synchronisation for data in QtQuick thread would be a big bottleneck and widgets should be used instead (QGraphicsScene, QGraphicsView and QOpenGLFunctions)? I like QtQuick and qml, but I do not know if it is worth the effort of syncing.

    App for desktop, modern OpenGL (3.3+) and Qt (5.5+)

    1 Reply Last reply
    0
    • B Offline
      B Offline
      BePie
      wrote on last edited by BePie
      #2

      Any thoughts about experience with integration OpenGL with QtQuick/Widgets are welcome. Maybe I'll have to check it myself how it behaves. I've read some materials about it (mostly from KDAB) but they usually aim simple case where synced data is really small eg. camera info + a few additional bytes of data.

      1 Reply Last reply
      0
      • P Offline
        P Offline
        PooyaSis
        wrote on last edited by
        #3

        hi
        Did you chack?
        what was the reason?
        I'm going to make kind a same program, which one I should choose?

        1 Reply Last reply
        0
        • B Offline
          B Offline
          BePie
          wrote on last edited by
          #4

          Hi,
          sadly, I do not now. It looks like it can be a pain to integrate OpenGL with qtquick2, but it is possible. Widget-base approach is much more straightforward, but you loose "qtquickness" :P

          Sorry for the delay, I had a long brake from work.

          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