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. Dear ImGui recommended porting

Dear ImGui recommended porting

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 981 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.
  • M Offline
    M Offline
    mynickmynick
    wrote on last edited by mynickmynick
    #1

    I have some dear ImGui interfaces I would like to keep plugging them into a Qt GUI. Which methods, libs, ports, plugins or whatver would you recommend for that purpouse? The simplest the best, ideally just a wrapper and/or plug and play. Thank you so much

    e.g. what about https://github.com/seanchas116/qtimgui ?

    Pl45m4P 1 Reply Last reply
    0
    • M mynickmynick

      I have some dear ImGui interfaces I would like to keep plugging them into a Qt GUI. Which methods, libs, ports, plugins or whatver would you recommend for that purpouse? The simplest the best, ideally just a wrapper and/or plug and play. Thank you so much

      e.g. what about https://github.com/seanchas116/qtimgui ?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by
      #2

      @mynickmynick said in Dear ImGui recommended porting:

      what about https://github.com/seanchas116/qtimgui ?

      Looks promising :)
      Note, it's a wrapper itself. It provides a QOpenGLWidget / -Window where the ImGui runs in.
      Have also a look at the docs of these two for more information

      • https://doc.qt.io/qt-6/qopenglwidget.html
      • https://doc.qt.io/qt-6/qopenglwindow.html

      Btw: Thank you for that link, I think I have a use for it myself later. Didn't know that something like this exists.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      M 1 Reply Last reply
      1
      • Pl45m4P Pl45m4

        @mynickmynick said in Dear ImGui recommended porting:

        what about https://github.com/seanchas116/qtimgui ?

        Looks promising :)
        Note, it's a wrapper itself. It provides a QOpenGLWidget / -Window where the ImGui runs in.
        Have also a look at the docs of these two for more information

        • https://doc.qt.io/qt-6/qopenglwidget.html
        • https://doc.qt.io/qt-6/qopenglwindow.html

        Btw: Thank you for that link, I think I have a use for it myself later. Didn't know that something like this exists.

        M Offline
        M Offline
        mynickmynick
        wrote on last edited by
        #3

        @Pl45m4 thank you so much

        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