Guichan 0.8.0 (Default branch) |
|
|
Guichan is a small, efficient C++ GUI library designed for games. It comes with a standard set of widgets and can use several different backends for displaying graphics and grabbing user input.
License: BSD License (revised)
Changes:
Two widgets for creating tabs have been added: the
TabbedArea widget and the Tab widget. A widget
listener has been added, and is used for listening
for changes from a widget. A selection listener
has been added, and is used for listening for
selections from a list box widget or a drop down
widget. The HGE support has been enhanced along
with the API documentation.
|