Outils pour utilisateurs

Outils du site


allegro:addons

**Ceci est une ancienne révision du document !** ----

A PCRE internal error occured. This might be caused by a faulty plugin

===== Greffons ===== In this section we will teach you all about Allegro's addons. Splitting up what seems like core features into several separate libraries was done to make maintenance easier, as well as keep a handle on run time dependencies. If all of the addons were part of the core Allegro library, you'd have to link to all of the dependencies, even if you didn't use any of them yourself. The current official Allegro's addons are: * [[allegro:addon_main|allegro_main]] - a compatibility libarary that allows int main() to work across all compilers. Do not confuse this with the base allegro library. It does not include any functionality. It is only required on OS X. * [[allegro:addon_audio|allegro_acodec]] - audio codecs (e.g., .OGG, .WAV) * [[allegro:addon_audio|allegro_audio]] - the basic audio subsystem * [[allegro:addon_color|allegro_color]] - converting between various color formats * [[allegro:addon_dialog|allegro_dialog]] - native dialogs (e.g., Open File) * [[allegro:addon_fonts|allegro_font]] - basic bitmap fonts * [[allegro:addon_image|allegro_image]] - image formats (e.g., .JPEG, .PNG) * [[allegro:addon_memfile|allegro_memfile]] - an interface to load files from memory * [[allegro:addon_physfs|allegro_physfs]] - an interface to load files from abstract locations (e.g., a .ZIP file) * [[allegro:addon_primitives|allegro_primitives]] - basic drawing functions (e.g., rectangles, lines) * [[allegro:addon_fonts|allegro_ttf]] - loading .TTF fonts [[allegro:threads|Précédent]] << [[allegro:start|Sommaire]]

allegro/addons.1320072914.txt.gz · Dernière modification: 2011/12/15 02:08 (modification externe)