README (433B)
1 === fwin - framebuffer window system ================================= 2 3 FWin is a simple Framebuffer-based Window System. 4 Basic (this) FWin setup contains: 5 6 * FLib - simple library for drawing things in framebuffer. Like Xlib. 7 * FWin Server - simple server that manage framebuffer device, windows, 8 something like X server + WM. FWin Server is built on top of FLib. 9 10 For copyright and license details see files LICENSE and AUTHORS.