aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-04-24 20:10:41 +0200
committerMattias Andrée <maandree@kth.se>2020-04-24 20:10:41 +0200
commitd4892a2cbec497b0fed1334ae17e0c7998834b48 (patch)
treebb959b8b623716e904212fc26d6382d4fe49219b /README
parentSecond commit (diff)
downloadlibaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.gz
libaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.bz2
libaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.xz
Third commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c9c3781
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+libaxl is a currently under develop X library, and is not
+in a usable state (please help write man pages if you want
+it really sooner).
+
+The goals of libaxl is:
+
+* Use asynchronous communication model (unlike libX11)
+
+* Use as few memory allocations as possible (unlike XCB)
+
+* Always use proper namespacing (unlike libX11)
+
+* Do not use aggregate returns (unlike XCB)
+
+* Abstract away as little as reasonable possible (unlike XCB and libX11)
+
+* But do not require the user to know about the order of bits in bitmasks (unlike XCB)
+
+* Be as tiny as possible without removing functionality (unlike XCB and libX11)
+
+* Be thread-safe by default (unlike libX11)