Agar: Difference between revisions
Jump to navigation
Jump to search
Literacyguru (talk | contribs) |
m (Reverted edits by Literacyguru (Talk); changed back to last version by Vedge) |
||
Line 12: | Line 12: | ||
}} | }} | ||
== Description == | == Description == | ||
This is a user and community wiki for the [http://libagar.org Agar GUI]. Agar is a modern open-source, cross-platform GUI toolkit for graphical applications implemented in {{tag|C}}, C++, {{tag|Perl}} and {{tag|Ada}}. Designed for ease of integration, it follows the philosophy of building the GUI around the application and not the other way around. Unlike most other GUI toolkits, Agar takes maximum advantage of hardware graphics acceleration when it is available via {{tag|OpenGL}}, but it also supports traditional framebuffer interfaces such as {{tag|SDL}} direct video. The Agar API is entirely thread-safe when Agar is compiled with threads support. | This is a user and community wiki for the [http://libagar.org Agar GUI]. Agar is a modern open-source, cross-platform GUI toolkit for graphical applications implemented in {{tag|C}}, C++, {{tag|Perl}} and {{tag|Ada}}. Designed for ease of integration, it follows the philosophy of building the GUI around the application and not the other way around. Unlike most other GUI toolkits, Agar takes maximum advantage of hardware graphics acceleration when it is available via {{tag|OpenGL}}, but it also supports traditional framebuffer interfaces such as {{tag|SDL}} direct video. The Agar API is entirely thread-safe when Agar is compiled with threads support. |
Revision as of 20:05, 16 December 2010
Agar Recent changes [No WikiNode] [No About] [No Mobile URL] | |
Founded by: | |
Status: | Active |
Language: | English |
Edit mode: | OpenEdit |
Wiki engine: | MediaWiki |
Wiki license: | Creative Commons Attribution |
Main topic: | Open Source |
Description
This is a user and community wiki for the Agar GUI. Agar is a modern open-source, cross-platform GUI toolkit for graphical applications implemented in C, C++, Perl and Ada. Designed for ease of integration, it follows the philosophy of building the GUI around the application and not the other way around. Unlike most other GUI toolkits, Agar takes maximum advantage of hardware graphics acceleration when it is available via OpenGL, but it also supports traditional framebuffer interfaces such as SDL direct video. The Agar API is entirely thread-safe when Agar is compiled with threads support.