What Does What
From GiderosMobile
Gideros internally is divided into several sections.
Here are the names of the main libraries within Gideros and what they do:
| 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! |
This is a breakdown valid for HTML5 only:
| Name | Description |
|---|---|
| 2dsg | The graphics engine, that's where sprite implementations are |
| luabindings | The wrappers between lua and gideros internals |
| gid | Helpers (textures, images, sound) and platform dependant code |
| gvfs | Virtual file system |
| lua | The lua engine itself |