Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
alleggl: OpenGL support library for Allegro
- Summary
- AllegroGL is an Allegro add-on that allows you to use OpenGL alongside Allegro.
You use OpenGL for your rendering to the screen, and Allegro for miscellaneous
tasks like gathering input, doing timers, getting cross-platform portability,
loading data, and drawing your textures. So this library fills the same hole
that things like glut do.
AllegroGL also automatically exposes most, if not all, OpenGL extensions
available to user programs. This means you no longer have to manually load
them; extension management is already done for you.
Arch: src
Download: | alleggl-0.4.0-1.al3.src.rpm |
Build Date: | Thu Dec 14 06:28:00 2006 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 614 KiB |
Changelog
- * Wed Dec 13 16:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 0.4.0-1
- New upstream release 0.4.0 final
- * Mon Aug 28 17:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 0.4.0-0.5.rc4
- FE6 Rebuild
- * Thu Aug 10 17:00:00 2006 Hans de Goede <j{*}w{*}r{*}degoede{%}hhs{*}nl> 0.4.0-0.4.rc4
- Cleanup %doc for both base and -devel a bit