wayland-d
wayland-d copied to clipboard
Good Compositor?
So your example is a boilerplate, and an example of the library's functionality. What does a well designed compositor look like?
Also, if I may, what was the motivation to create this library?
For a well designed compositor, you should look at weston.
The motivation is to create bindings to Wayland for D (both client and server side). An actual compositor can be written in D using this library.
That source is a little daunting. Still, I'd love to see a compositor written in D. I don't have the experience required right now, but I'd love to take on the challenge at some point.