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. QPainter gpu acceleration

QPainter gpu acceleration

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 1.3k 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.
  • L Offline
    L Offline
    loren
    wrote on last edited by
    #1

    Hi, new to Qt and had a quick question before I potentially went down a rabbit hole. Is QPainter drawing GPU accelerated on Linux? (similar to Skia, CoreGraphics, D2D, etc which are hw accelerated on their respective platforms).

    Looking to do high framerate 2D drawing with full quality antialiasing (MSAA won't cut it), and wanted to know if this is a route to try before going custom GL.

    Thanks!

    SGaistS 1 Reply Last reply
    0
    • L loren

      Hi, new to Qt and had a quick question before I potentially went down a rabbit hole. Is QPainter drawing GPU accelerated on Linux? (similar to Skia, CoreGraphics, D2D, etc which are hw accelerated on their respective platforms).

      Looking to do high framerate 2D drawing with full quality antialiasing (MSAA won't cut it), and wanted to know if this is a route to try before going custom GL.

      Thanks!

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      No, QPainter is CPU based no matter the platform. You can safely go the OpenGL route.

      You might want to consider using Qt Quick for your project depending on your needs. That part is using hardware acceleration through Qt's RHI architecture.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • L Offline
        L Offline
        loren
        wrote on last edited by
        #3

        Noted, thank you! You saved me a ton of potential head-banging. :)

        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