blob: a0800fdcf81b601b01190efb683ef391d4304933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
ParaGUI is a cross-platform high-level application framework and GUI
(graphical user interface) library. It can be compiled on various platforms.
ParaGUI's cross-platform nature is completely based on the Simple DirectMedia
Layer (SDL).
Highlights of the library:
- published under LGPL
- straight forward C++ class-design (see the API documentation)
- XML configuration of the new style engine
- asynchronous messagehandling (messageposts between objects)
- multithreaded
- highly customizable widgets (background gradients, background images,
transparency, colors, fonts)
- many standard widgets already implemented (buttons, labels, scrollbars,
progressbars, windows ...)
- create your own widgets (subclass an existing widget)
WWW: http://savannah.nongnu.org/paragui/
|