Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Qt graphics - view framework use CPU to render, not GPU?
Servers for Qt installer are currently down

Qt graphics - view framework use CPU to render, not GPU?

Scheduled Pinned Locked Moved Game Development
3 Posts 2 Posters 2.7k 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.
  • J Offline
    J Offline
    jiangcaiyang
    wrote on 29 Mar 2013, 02:11 last edited by
    #1

    I wonder, Qt graphics - view framework use CPU to render, not GPU, and all the implementation below this would follow this rule.
    Is it true?
    You know that game needs real time rendering. I worry that a bullet system( i.e. a large quantity of bullet in a scene, and boundary detect) could means a sharp drop in FPS, if I use Qt graphics - view framework.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Code_ReaQtor
      wrote on 29 Mar 2013, 05:17 last edited by
      #2

      AFAIK you can use OpenGL as a renderer in QGraphicsView.... but the performance is not that good since it is, IIRC, still experimental. Have tried to use it in windows and it is slow. Some people who used it in Linux says it has better performance.

      Please visit my open-source projects at https://github.com/Code-ReaQtor.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jiangcaiyang
        wrote on 29 Mar 2013, 09:08 last edited by
        #3

        [quote author="Code_ReaQtor" date="1364534260"]AFAIK you can use OpenGL as a renderer in QGraphicsView.... but the performance is not that good since it is, IIRC, still experimental. Have tried to use it in windows and it is slow. Some people who used it in Linux says it has better performance.[/quote]
        Well on some machines OpenGL is a quality nightmare, I've tried the example, I shows that it doesn't support Anti-aliasing.

        1 Reply Last reply
        0

        1/3

        29 Mar 2013, 02:11

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved