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
This is a really cool project, and it would be great to incorporate it into Mahogany. However, due to the scope of things needed to properly implement a Wayland compositor, I don't think we will be able to directly use it in the main executable.
We are using wlroots for handling rendering and various other bookkeeping tasks. Since it uses libwayland for its Wayland integration and we can't substitute another protocol implementation in its place, this library isn't too useful for us right now. The goal is to make the backend generic enough that a CL-native implementation could be swapped in its place, but I don't see that happening unless someone else steps up in a big way.
However, we will need client applications to show command windows, display alerts, and other similar things. There are already existing applications like the ones listed here for some of these tasks, but it would be cool to get ones written in CL. I would definitely want to use this library or a similar one to implement such clients.
What do you think about https://sr.ht/~shunter/wayflan/ ?
Thank you!
The text was updated successfully, but these errors were encountered: