Little Forms
============

    Little Forms (lforms) is a minimalistic GUI toolkit library written
in C.  The toolkit draws its own controls and tries to be as minimally
dependent on the native window system as possible.

    Currently there isn't much to see and the toolkit is far from
usable.  At the moment only X11 and Windows backends are supported.  A
Cocoa backend might be added at some point in the future, although this
is a very low priority since Cocoa handles windows and whatever is
inside in the window differently than what Little Forms expects.  A
Wayland backend has a very low possibility since Wayland lacks a lot of
functionality that Little Forms relies on (no support for subwindows,
no drawing nor text functionality, no ability to embed windows, no
ability to access arbitrary windows, etc).  A gimped version might be
possible, but it will most likely require way more effort than
supporting X11 or any other window system and considering that in
practice all compositors support X11 then there is no reason to bother.

Kostas "Bad Sector" Michalopoulos
