ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt (QOpenGLWidget / QOpenGLWindow) binding

seanchas116 opened this issue · comments

https://github.com/seanchas116/qtimgui

Hi, I've created a Qt (QOpenGLWidget / QOpenGLWindow) binding for ImGui.
It allows ImGui to be used inside QOpenGLWidget or QOpenGLWindow.

image

commented

Thank you for posting this @seanchas116 , I never had the chance to ansswer but this has been added to the Wiki and Readme at the time you posted.
I'll close this now, hopefuly the info is out there.

Also linking to a a similar widget for DirectX: #2293