Question

Does anyone still use it? xlib seems such an old framework?

what other major similar software is used instead of this old xlib?

What is used instead of xlib?

Était-ce utile?

La solution

XLib is still used in most X11 toolkits however, there is a newer library called XCB that is slowly replacing it. XCB is lower level than XLib and allows you to minimise the number of round-trips to the X server leading to lower latency.

http://xcb.freedesktop.org/

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top