AXE - The Andromeda X windows Encapsulation. ============================================ The AXE project started out as a few C++ classes to represent the X resources and encapsulate the Xlib functions. On top of that, I created some utility classes such as strings and dates. Over the years many features were added and AXE is growing into a framework for X applications. The objective is to make programming in X and creating user interfaces as easy as possible. To use AXE, do a do the usual stuff: ./configure make make install (as root, to install in /usr/local) This wil give you the library, src/libAXE.a and a test program called demos/testaxe. There is still a lot of work to be done and the documentation is a bit outdated, but that doesn't need to stop you from having fun. Your feedback is always appreciated, so drop me a mail, Arjen Baart