-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
82 lines (48 loc) · 2.35 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
ParaGUI
Crossplatform widgetset for SDL
Version 1.1.6 - UNSTABLE
http://www.paragui.org
This library is a high-level crossplatform application framework and GUI
library. It is completely based on the Simple DirectMedia Layer (SDL).
It can be compiled on various platforms (Linux, Win32, BeOS, MacOS, ...)
ParaGUI is targeted on crossplatform multimedia applications and
embedded devices operating on framebuffer displays.
Highlights of the library:
* published under LGPL
* straight forward C++ class-design (see the API documentation)
* XML configuration of the new style engine
* XML widget layout loader
* transparent useage of compressed file archives (with PhysicsFS)
* asynchronous messagehandling (messageposts between objects)
* multithreaded
* support for non-modal overlapping widgets
(windows inside of ParaGUI)
* 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)
* Python support
* you can help us to make the library even better
* signal / slot mechanism
This library is distributed under GNU LGPL version 2, which can be
found in the file "COPYING".
To learn more about ParaGUI checkout the homepage, see the API
documentation and subscribe to the mailing list.
Here some rules that are a *must follow* for all contributors:
1. code in C++ - if there are standard C++ mechanisms that implement
something (a list, a container, a buffer, a string etc.) then they
MUST be used unless some other interfaced code requires other techniques.
After all it's a C++ project
2. major changes that may break the functionality of ParaGUI and
the applications must be discussed on the devel list and _planned_
before comitting them. The author of such changes should take every care
to implement the changes so that after commit the library is functional
in all its basic functionality.
3. If some changes require long-term development _and_ they break the
functionality of the library, the developer should request for a
development branch of the current tree.
Have fun
Alexander Pipelka
pipelka@teleweb.at