Agar 1.3.2 (Default branch) |
|
|
Agar is a toolkit for graphical applications. It
features a modern GUI system with an unobtrusive
API. Agar can use different graphics interfaces,
such as SDL and OpenGL, and it has been ported to
numerous platforms, including game consoles and
embedded systems. Agar is implemented in C, but
can be used from other languages.
License: BSD License (revised)
Changes:
A thorough audit and cleanup of the thread-safety code. It is now safe to combine threads and OpenGL. Proper multiline editing in Textbox. New widgets: Slider, Editable, and Graph. Keyboard handling and undersize behavior of various widgets have been fixed. Small-integer/floating-point bindings have been added to Scrollbar. Arbitrary widgets can now be embedded into Table. Numerous cosmetic fixes were made to the GUI. Building on Mac OS X 10.5 has been fixed.
|