seanchas116 / qtimgui

Qt (QOpenGLWidget / QOpenGLWindow) backend for ImGui
MIT License
370 stars 95 forks source link

support multiple instances of imgui #24

Closed hunt978 closed 3 years ago

hunt978 commented 3 years ago

~while with a issue that cannot split wheel events among deferent widgets~

hunt978 commented 3 years ago

fix wheel event conflicting issues. turns out it's the issue of sharing ImPlot context among widgets.

seanchas116 commented 3 years ago

Thank you! The project structure would become much cleaner.