Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt applications resource hungry?
Forum Updated to NodeBB v4.3 + New Features

Qt applications resource hungry?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 929 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.
  • M Offline
    M Offline
    matinzk
    wrote on last edited by
    #1

    Hi everyone.

    We are going to start using Qt Quick and QML to program a GUI application. Before doing so, we are wondering if Qt in general is resource hungry? i.e memory, CPU etc?

    Our application will be running on a Raspberry Pi which gets data serially and shows the data on the GUI.

    Are we going to have issues while the application is running, for instance the application slowing down or being glitchy?

    Any input is much appreciated.

    Thanks.

    1 Reply Last reply
    0
    • timdayT Offline
      timdayT Offline
      timday
      wrote on last edited by
      #2

      Lowest-end HW I'm using Quick and QML on is an iPad with an A6X CPU (OK admittedly that's still quite a bit more powerful than a Pi) and I haven't seen anything at all which makes me think "OMG this is so bloated/glitchy/inefficient I wish I was using a different, leaner framework". IMHO the Qt combo of native C++ code to make most efficient use of the CPU and memory (no GC nonsense) where needed, a graphics engine (QSG) which can (simultaneously) exploit any GPU resources, and the mutability of QML to develop fast is a fantastic combination (aim to do as much as possible in QML+JS, and use custom C++ QML plugins only for the bits of your app which need it).

      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