Edited roadmap.txt via GitHub

This commit is contained in:
Andrey Sidorov 2011-07-29 14:47:26 +10:00
parent 660c308527
commit eedba21813

View file

@ -1,7 +1,10 @@
0) $DISPLAY parser, basic connection setup, tcp/unix socket, unix/win
1) x11 core protocol parser: handshake (no auth), request, reply, events, errors. Requests, replies and events queues.
2) handwritten basic requests: CreateWindow, MapWindow, basic GC, simple examples
0) $DISPLAY parser
+ 0.1) basic connection setup, tcp/unix socket, unix/win
+ 1) x11 core protocol parser: handshake (no auth), request, reply, events, errors. Requests, replies and events queues.
+ 2) handwritten basic requests: CreateWindow, MapWindow, basic GC, simple examples
3) extensions support
3.5) XRender examples, FreeType or Xft wrapper (native module? ffi? https://github.com/rbranson/node-ffi/ )
4) tool to automatically generate requests from xcb xml description http://xcb.freedesktop.org/XmlXcb/ http://cgit.freedesktop.org/xcb/proto/tree/src?id=HEAD
5) authorisation
6) examples: js implementation for basic X utilities: xev, xeyes, xclock, xclip, xauth, xkill, xlsatoms, glxgears etc.