Release libxcb 1.0
[free-sw/xcb/libxcb] / README
1 About libxcb
2 ============
3
4 libxcb provides an interface to the X Window System protocol, which replaces
5 the current Xlib interface. It has several advantages over Xlib, including:
6 - size: small library and lower memory footprint
7 - latency hiding: batch several requests and wait for the replies later
8 - direct protocol access: one-to-one mapping between interface and protocol
9 - proven thread support: transparently access XCB from multiple threads
10 - easy extension implementation: interfaces auto-generated from XML-XCB
11
12 Xlib can also use XCB as a transport layer, allowing software to make
13 requests and receive responses with both, which eases porting to XCB.
14 However, client programs, libraries, and toolkits will gain the most
15 benefit from a native XCB port.
16
17
18 Please report any issues you find to the freedesktop.org bug tracker,
19 at:
20
21         <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
22
23 Discussion about XCB occurs on the XCB mailing list:
24
25         <mailto:xcb at lists.freedesktop.org>
26         <http://lists.freedesktop.org/mailman/listinfo/xcb>
27
28 You can obtain the latest development versions of XCB using GIT.
29 For anonymous checkouts, use:
30
31         git clone git://anongit.freedesktop.org/git/xcb/libxcb
32
33 For developers, use:
34
35         git clone git+ssh://git.freedesktop.org/git/xcb/libxcb