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. Hardware accelerated realtime graph/chart
Forum Updated to NodeBB v4.3 + New Features

Hardware accelerated realtime graph/chart

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

    Hello together,

    I want to implement a realtime chart/graph to visualize data. In my special case, the data comes from
    a high speed USB device. At the moment, I only need 2D visualisation.

    Since the UI should run on several kind of devices I thought that QtQuick2 would be the best choice.

    What is the preferred why to implement such a hardware accelerated graph/chart?

    • Implement QtQuick addition in C++ with QPainter
    • Use custom geometry in the Qt Quick Scene Graph
    • Implement Graph in C++/OpenGL and use OpenGL Under QML

    That are the ways I know at the moment from looking around in
    the examples.

    Any other ways?

    Best Regards,
    kitestudent

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jens
      wrote on last edited by
      #2

      You can alsouse the new Canvas item which essentially gives you QPainter functionality in javascript.

      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