Hacker News new | ask | show | jobs
by enriquto 2052 days ago
Thanks! I'm going to try it. What made you go for xcb instead of (arguably simpler) xlib?
1 comments

XCB is closer to the X protocol, making it significantly smaller and generally faster (and more responsive) than Xlib.

The argument of simplicity for source is relative to the API implementation. In this use case, the XCB API is the clear winner (imho).