5 ms·
I think Wayland works similarly, in a sense that you open a Unix domain socket and send and receive bytes, see https://wayland.freedesktop.org/docs/html/ch04.ht
by stephan-cr 2y ago
I think Wayland works similarly, in a sense that you open a Unix domain socket and send and receive bytes, see https://wayland.freedesktop.org/docs/html/ch04.html https://wayland.freedesktop.org/docs/html/ch04.html.
But I'm pretty sure it's more complicated than I think. :-)
- mananaysiempre 2y agoThere are some things that are more compilcated, e.g. you need to bring your own libraries for font support and input methods and rasterization and so on, and you need to handle hotplugged input devices and such. But protocol-wise it’s not really more conplicated, no.