Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QtQuick 2 performance
Forum Updated to NodeBB v4.3 + New Features

QtQuick 2 performance

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 2 Posters 1.2k 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.
  • G Offline
    G Offline
    gluck
    wrote on last edited by
    #1

    Hi,

    I am having big troubles with quick 2:

    the pc i am running a program on is miniITX with intel atom dual core 1.8 GHz (4 threads), with 1.9 GB ram and with GMA 3150 integrated graphics. OS is Ubuntu 14.01 32bit.
    the qml files are being loaded with QQuickView.

    I think processor is more than enough, but performance with quick2 is really bad (huge latency).
    And while testing with quick 1, there is no such problems, everything works good.

    The main broblem is that i can't use quick 1 because there is no canvas support.

    Does anyone have any ideas how to improve quick 2 performance, or knows a workaround for canvas element in quick 1?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      This is probably about OpenGL. Make sure you are using drivers from Intel, not Mesa.

      (Z(:^

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gluck
        wrote on last edited by
        #3

        and is there a possibility, to render quick2 with raster surface (QBackingStore) and not with QOpenGLContext?

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          As far as I know, the answer is no. It needs to use OpenGL.

          (Z(:^

          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