Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Widgets on OpenGL?
Forum Updated to NodeBB v4.3 + New Features

Qt Widgets on OpenGL?

Scheduled Pinned Locked Moved Unsolved General and Desktop
openglwidgetsbad-english
1 Posts 1 Posters 791 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.
  • K Offline
    K Offline
    KrabQT
    wrote on last edited by KrabQT
    #1

    I know there is QOpenGLWidget that lets you embedd HW accelerated content like 3D models to your Qt Widget based application, but that means it must be rendered to framebuffer and than that framebuffer loaded into RAM and than used as normal image, right?

    This is perfmormance loss and so if you wan't really build something like 3D game engine with Qt, you must build your own framework on top of QWindow with GL surface - the same what Qt Widgets does but with Raster surface.

    I went trough source code of Qt Widgets and have feel that it is exactly what i need, but everything rendered via OpenGL. For example layouts classes works mostly with widgets sizeHint and few others primitive values, so just keep the same API like sizeHint() and you can use them as they are without reinventing wheel.

    I explored applications like Blender/Torque 3D/Godot/... to see how they solve same problem and they have their custom GUI frameworks, but this is probably because development started before Qt and other common frameworks was so powerfull.

    My idea is to start porting at least some code from Qt Widgets to OpenGL variant.

    Question: I would be glad if someone can give me some advice, for instance what could be problematic (or if it is even possible to move Qt Widgets to OpenGL).

    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