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 for Wayland (with EGL for GL context) #85

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JNightRider
Copy link

This PR aims to provide a Wayland-compatible GL context without relying on GLX (since with new versions of lwjgl3, the Waylando platform loads EGL by default).

You can still see traces of X11 on the 'AWT' side (they are minimal and only used to get the AWT/Components window pointer),
there is no official support for AWT components in Wayland yet (correct me if I'm wrong), which means it still depends on XWayland to work.

Also, this PR fixes issue #84.

Some screenshots

Captura desde 2025-01-12 18-19-49

Captura desde 2025-01-12 18-20-06

What do you think of these changes?

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

Successfully merging this pull request may close these issues.

1 participant