Difference between revisions of "What Does What"
From GiderosMobile
| Line 1: | Line 1: | ||
| − | Gideros internally is divided into several sections | + | Gideros internally is divided into several sections. |
| + | |||
| + | Here are the names of the main libraries within Gideros and what they do: | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 26: | Line 28: | ||
|- | |- | ||
| LSUP || Everything else! | | LSUP || Everything else! | ||
| + | |} | ||
| + | |||
| + | This is a breakdown valid for HTML5 only: | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! 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 | ||
|} | |} | ||
Revision as of 08:35, 11 September 2018
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 |