Difference between revisions of "What Does What"
From GiderosMobile
Line 1: | Line 1: | ||
Gideros internally is divided into several sections or libraries. | Gideros internally is divided into several sections or libraries. | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! Library !! Description | |
− | + | |- | |
− | + | | CORE || The graphics library | |
− | + | |- | |
− | + | | LBND || Lua binders | |
− | + | |- | |
− | + | | LFRT || Freetype | |
− | + | |- | |
− | + | | LGID || Helpers (texture caching, wrappers, etc) | |
+ | |- | ||
+ | | LGVFS || Filesystem | ||
+ | |- | ||
+ | | LJPG || JPG support | ||
+ | |- | ||
+ | | LMP3 || MP3 support | ||
+ | |- | ||
+ | | LPNG || PNG support | ||
+ | |- | ||
+ | | LXMP || MOD player | ||
+ | |- | ||
+ | | LZIP || Zlib | ||
+ | |- | ||
+ | | LSUP || Everything else! | ||
+ | |} |
Revision as of 17:38, 10 September 2018
Gideros internally is divided into several sections or libraries.
Library | Description |
---|---|
CORE | The graphics library |
LBND | Lua binders |
LFRT | Freetype |
LGID | Helpers (texture caching, wrappers, etc) |
LGVFS | Filesystem |
LJPG | JPG support |
LMP3 | MP3 support |
LPNG | PNG support |
LXMP | MOD player |
LZIP | Zlib |
LSUP | Everything else! |