I've been having some thoughts about my game's windowing library. I use #glfw and am mostly happy with its API. But I'm not sure I wanna keep using it. I have weird stacking order and focus bugs on macOS, and window resizing is SUPER laggy on #GNOME #Wayland. Those are really the only two platforms I use.
I used to use #SDL to create windows. I moved to GLFW because SDL is overkill, but maybe I should go back.. if I can't find a way to make GLFW less broken that is #linux#gamedev #programming