Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of Wayland #369

Open
nagayev opened this issue Oct 18, 2022 · 2 comments
Open

Support of Wayland #369

nagayev opened this issue Oct 18, 2022 · 2 comments

Comments

@nagayev
Copy link

nagayev commented Oct 18, 2022

Hi. Wayland have become the default graphics platform in Fedora, but you don't support it.
I can't compile my program without passing -lX11.

@dtschump
Copy link
Collaborator

Wayland should have a X11 compatibility layer. I've never tried if this is compatible with CImg or not.
BTW, the class CImgDisplay relies entirely on the X11 API. Rewriting it for another graphic library would require a lot of work.
If someone is interested to do so, please contact me (but it's unlikely I will do it myself).

@fractalaxy7
Copy link

fractalaxy7 commented Jul 4, 2023

It does work mostly fine with Wayland's compatibility layer for X11 (at least on Ubuntu 22.04), with the exception of rather annoying strobing occurring when resizing the window (I don't know if the strobing during resize was already a problem when using the original X11, I've not yet tried it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants