azonenberg changed the topic of #scopehal to: ngscopeclient, libscopehal, and libscopeprotocols development and testing | https://github.com/ngscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
Degi has quit [Ping timeout: 252 seconds]
Degi has joined #scopehal
Degi has quit [Ping timeout: 252 seconds]
Degi has joined #scopehal
azonenberg has quit [Remote host closed the connection]
azonenberg has joined #scopehal
<d1b2> <altracer> do any other imgui-based apps behave this way on your machine?
<d1b2> <azonenberg> imgui doesnt really deal with resizing
<d1b2> <azonenberg> this is almost certainly an issue in the interop between glfw eventh andling and ngscopeclient's framebuffer creation that is triggered by some sequence of events wayland does differently than x11, macos, or windows
<d1b2> <vipqualitypost> i was digging around online to try and see if i could fix it yesterday and it seems pretty universally there are issues with glfw/wayland related to scaling.
<d1b2> <azonenberg> dpi scaling is a separate set of issues
<d1b2> <azonenberg> what's happening here is that the framebuffer resize handler is not being called at all, other than when the window is first created
<d1b2> <azonenberg> it's probably something stupid and obvious i just need to set up a VM or something running wayland to test on
<d1b2> <azonenberg> i've marked the ticket as a v0.1 release blocker since it likely affects all wayland-using distros
<d1b2> <azonenberg> which seem to be getting more common