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.
  
* CORE - The graphics library
+
{| class="wikitable"
* LBND - Lua binders
+
|-
* LFRT - Freetype
+
! Library !! Description
* LGID - Helpers (texture  caching, wrappers, etc)
+
|-
* LGVFS - Filesystem
+
| CORE || The graphics library
* LJPG - JPeg
+
|-
* LMP3 - MP3
+
| LBND || Lua binders
* LPNG - PNG
+
|-
* LXMP - MOD Player
+
| LFRT || Freetype
* LZIP - Zlib
+
|-
* LSUP - Everything else!
+
| 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 18: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!