Difference between revisions of "What Does What"
From GiderosMobile
(Created page with "Gideros internally is divided into several sections or libraries. CORE - The graphics library LBND - Lua binders LFRT - Freetype LGID - Helpers (texture caching, wrappers, e...") |
|||
Line 1: | Line 1: | ||
Gideros internally is divided into several sections or libraries. | Gideros internally is divided into several sections or libraries. | ||
− | CORE - The graphics library | + | * CORE - The graphics library |
− | LBND - Lua binders | + | * LBND - Lua binders |
− | LFRT - Freetype | + | * LFRT - Freetype |
− | LGID - Helpers (texture caching, wrappers, etc) | + | * LGID - Helpers (texture caching, wrappers, etc) |
− | LGVFS - Filesystem | + | * LGVFS - Filesystem |
− | LJPG - JPeg | + | * LJPG - JPeg |
− | LMP3 - MP3 | + | * LMP3 - MP3 |
− | LPNG - PNG | + | * LPNG - PNG |
− | LXMP - MOD Player | + | * LXMP - MOD Player |
− | LZIP - Zlib | + | * LZIP - Zlib |
− | LSUP - Everything else! | + | * LSUP - Everything else! |
Revision as of 17:29, 10 September 2018
Gideros internally is divided into several sections or libraries.
- CORE - The graphics library
- LBND - Lua binders
- LFRT - Freetype
- LGID - Helpers (texture caching, wrappers, etc)
- LGVFS - Filesystem
- LJPG - JPeg
- LMP3 - MP3
- LPNG - PNG
- LXMP - MOD Player
- LZIP - Zlib
- LSUP - Everything else!