Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4329
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Features of Guichan
* Doesn't take over your application when it comes to initialization of
external libraries.
* Clean modular objectoriented design.
* Graphics support for SDL, Allegro and OpenGL.
* Input support for SDL and Allegro.
* No themes! As with Javas swing, member functions overloading and
inheritance is the way to go.
* Comes with a set of standard widgets.
* No threading! The user of Guichan always has the power to tell Guichan
when it can perfom logic and when it can draw itself.
* Licensed under the BSD license and therefore static linkage with Guichan
is allowed.
* Very small compared to other GUI libraries like Qt or GTK.
Nonfeatures of Guichan
* No dirty rectangle system.
* No marking of text implemented.
* No drag and drop features implemented.
* No clipboard implemented.
|