-
Notifications
You must be signed in to change notification settings - Fork 32
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 Wayland backend #188
Comments
The GLFW library can be built with Wayland support, but GLFW.jl only builds for X11 right now. If there is something easy to check for the existence of Wayland (e.g. an environment variable), then perhaps it could switch to that during |
How do you build it with Wayland support? I've been pulling my hair our trying to install this package - it seems really cool. |
So i did some reading on this... Turns out - I think - for the CMAKE specifying wayland is trivial As far as detecting wayland it seems there are a few easy environment variables to look for - |
Where could I implement this? I am not seeing where a Cmake gets called or anything anywhere? I made a thread on discourse asking for help - https://discourse.julialang.org/t/contributing-wayland-support-to-cimgui-jl-help-wanted/32576 |
The build process is no longer managed by this repository. It is run elsewhere and this repo just references the built artifact. See https://github.com/JuliaPackaging/Yggdrasil/blob/master/G/GLFW/build_tarballs.jl |
Thanks Jayschwa! Turns out, the julia wizards wrote a binary wrapper for wayland! It works beautifully now! @hearnsj - you can close this now after you test it for yourself! |
@caseykneale, are you saying that GLFW.jl works with Wayland as-is? That's a little surprising to me since it doesn't look like the artifact is being provided Wayland build flags or dependencies. Is XWayland being run somewhere? |
I'm not 100% sure how it's working, but yes my experience so far is the GLFW successfully builds on wayland systems right now without any effort. The BinaryBuilders crew in julia slack could probably explain how its working :) |
To be honest, I'm also surprised that it works: as @jayschwa pointed out, the GLFW binary we provide in Yggdrasil doesn't currently know much about Wayland. However, as long as it works I think we can say we're happy? 🙂 |
Are you able to make windows and stuff (see examples directory for sample code)? Also, what does GLFW's version string say? That usually has information about the backend it was built for.
If it's the case that it now works because of XWayland, then maybe that's Good Enough™ for now. |
I can see windows in CImGui, I haven't tried explicitly using GLFW |
Are there any plans for supporting Wayland-only compositors? I'm not too knowledgable about all this (so I don't know how much effort this would take), but I'm coming from the Python+Matplotlib world which is working without XWayland. |
I personally probably won't put in the time to figure it out, but patches are welcome. The process will likely look something like:
|
Since last month I've had to get XWayland running for other stuff anyway, and unfortunately I don't see myself putting much work into this very soon. Here are a few points in case anyone is interested in picking this up:
|
I am building GLFW.jl on a Fedore 30 system. This uses Wayland graphics. I have had to install a boat load of X11 related RPMS and am still finding missing dependencies.
Not an issue with the code here of course but this could trip people up in future.
If it is useful I would commit to installing a fresh Fedora 30 VM and documenting the RPMs which need installed.
The text was updated successfully, but these errors were encountered: