Added a title page
[AXE.git] / AXE.html
1 <html>
2 <head>
3 <title>AXE - Andromeda X windows Encapsulation</title>
4 </head>
5 <body bgcolor='white'>
6
7 <h1>AXE - Andromeda X windows Encapsulation</h1>
8
9 <p>
10 <b>AXE</b> is a C++ class library intended to make programming with
11 Xlib a lot easier.
12 Resources in X like windows, colors or graphics contexts are represented by
13 objects in C++ with member functions to provide the operations on those resources.
14 The <b>AXE</b> library provides a <code>main()</code> function with the event
15 loop.
16 All you need to do is create your own objects with classes that are derived
17 from the classes in <b>AXE</b> and override the event handling methods to
18 handle the events you select.
19 </p>
20
21 <p>
22 There is also a set of classes for user interface objects, such as menus
23 and buttons.
24 A few utility classes handle strings, times and dates.
25 </p>
26
27 <p>
28 You can download the <a href="AXE-0.1.tar.bz2">AXE tarball</a> which
29 contains the source and the (slghtly outdated) documentation.
30 To get you started, read the <a href='tutorial.html'>tutorial</a>.
31 </p>
32
33 <p>
34 If you encounter any problems or if you want to make suggestions,
35 please don't hesitate to drop me an <a href="mailto:arjen@andromeda.nl">Email</a>
36 </p>
37 </body>
38 </html>