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
SDL2 apps run under X11/Xwayland by default. If I force TIC-80 to run under Wayland with SDL_VIDEODRIVER=wayland (which should work (?)), it launches but I see no UI whatsoever (do get audio though).
Ok, sdl-gpu breaks under Wayland, haven't gone too deep why, it's an old library the first place. if I compile TIC-80 without it, I can run it on Wayland but it does not handle scaling well (this is on a retina display with scaling set to 200%) which is the next thing I'll look into.
SDL2 apps run under X11/Xwayland by default. If I force TIC-80 to run under Wayland with
SDL_VIDEODRIVER=wayland
(which should work (?)), it launches but I see no UI whatsoever (do get audio though).Found while working on #2657.
The text was updated successfully, but these errors were encountered: