You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made an opensource project as thanks back to Dear ImGui to support the people who will be using Qt and DirectX.
Originally Qt not supporting DirectX, since their painting engine based on OpenGL, I therefore created these widgets to simplify the usage of Direct3D in Qt.
I hope some of you will find it useful for your own projects and interesting as much as I did :)
Hey @giladreich I'm facing the same issue as you in the begging .. the Imgui isn't responsive when promoting it inside a Qt openglwidget.. but I'm on a macOS and the backend is not the same I think. Can give a clue if the solution for you works on macOS too or I'm doing something wrong!?
Hey everyone,
I made an opensource project as thanks back to Dear ImGui to support the people who will be using Qt and DirectX.
Originally Qt not supporting DirectX, since their painting engine based on OpenGL, I therefore created these widgets to simplify the usage of Direct3D in Qt.
I hope some of you will find it useful for your own projects and interesting as much as I did :)
Link:
https://github.com/giladreich/QtDirect3D
The text was updated successfully, but these errors were encountered: