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
By default SDL1.2 is still used, but by chaning the config.make
option, SDL2 is used instead as a build-time option.
What works, what doesn't?
Working fine:
Joystick input
Mouse input
Keyboard input
Sound
Fullscreen mode-switching - now working
Issues:
Fullscreen (native resolution) *mostly* (there is often some
flickering, switching back and forth fixes it. Needs
investigating.) Okay, I think this is related to the problems
with the splash screen. There's a problem with the GL bounds
I think. I'm not an OpenGL expert by any means, so I'm not
sure what the problem is.
Splash screen - code is there and no longer prevents startup.
It works sometimes. Usually the first time. Always works
under wayland (with the Wayland SDL video backend), see below.
Windows support is untested. I tried not to break it.
Wayland - I will test this shortly, it works, even the splash screen!
There were some issues resizing under Weston, lack of SSD makes it
tricky anyway! Worked fine under Enlightenment/Wayland.
Android/iPhone, obscure devices ... Probably needs OpenGL ES ...
maybe it just works like Wayland.
There is a lot of code that could be simplified, in particular
it's possible the SDL2 Windows support works...?
Testers/reviewers more than welcome! Especially help with the
GL issues mentioned above.
0 commit comments