-3

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?

ERJAN
  • 23,696
  • 23
  • 72
  • 146

1 Answers1

3

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/

Richard Moore
  • 441
  • 3
  • 3