1
Feature requests / Re: So, I'm moving away from SFML due to Wayland support
« on: November 12, 2019, 05:15:40 pm »
I think the best thing to do here is to implement a secondary wayland backend and conditionally use the appropriate one depending on the environment variables. SDL, GTK do this (probably by checking DISPLAY). Then after some years we could drop X11 backend completely.
I don't know much wayland internals yet to provide support for it though SDL could be a good start I think?
That said, X11 must die especially since running X11 apps under wayland sessions is sometimes problematic.
I don't know much wayland internals yet to provide support for it though SDL could be a good start I think?
That said, X11 must die especially since running X11 apps under wayland sessions is sometimes problematic.