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. Overlays on top of games with Qt?

Overlays on top of games with Qt?

Scheduled Pinned Locked Moved Game Development
4 Posts 3 Posters 1.8k Views
  • 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.
  • T Offline
    T Offline
    T.O.P
    wrote on last edited by
    #1

    I am wondering if it's within the realm of possible with the Qt library to make a popup like overlay for game developers ( which they could then call with something like eg popup(); )

    For example, if I wanted to make a popup in game calculator that would dim the game screen and overlay the calculator on top (in a fullscreen game) but not affect the game is this possible in Qt?

    Similar to Valves integrated interface.

    Also if this is possible would anyone kindly link me to some recommended reading on the subject? I tried some searching on my own but I didn't have any idea if the interfaces would work for something like this.

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

      It is now possible of doing so, and solution varies. But at present I have no examples or demos.
      Basically, you can draw a translucent pixmap on top of what are drawn onto framebuffer.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        T.O.P
        wrote on last edited by
        #3

        Thank you jiangcaiyang :)

        1 Reply Last reply
        0
        • A Offline
          A Offline
          apkshines
          Banned
          wrote on last edited by
          #4
          This post is deleted!
          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