cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

ImGui glitches when using multiple Windows #2241

Closed totalgee closed 1 year ago

totalgee commented 3 years ago

See https://discourse.libcinder.org/t/multiple-windows-and-interop-with-imgui/1819

In an application with multiple Windows, even if only one of them should be using ImGui, things get glitchy (the UI starts jumping around) when you have multiple windows, especially notable when the two are on different displays.

totalgee commented 1 year ago

Resolved by #2242 and #2243.