| 1 | = Libraries = |
| 2 | |
| 3 | A list of our external libraries and what we're using them for. |
| 4 | |
| 5 | || '''Library''' || '''Reason''' || |
| 6 | || Ogre || The graphics library || |
| 7 | || boost || A compilation of many usefull sub-libraries, classes, functions and headers || |
| 8 | || Lua || A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) || |
| 9 | || Tcl || A command language which is used in our ingame [wiki:Shell] and for other scripts ([wiki:TclBind here] and [wiki:TclThreadManager here]) || |
| 10 | || CEGui || A GUI (graphical user interface) library || |
| 11 | || OIS || Input system (mouse, keyboard, joystick, gamepad, ...) || |
| 12 | || TinyXML || To parse XML files in the [wiki:Loader] || |
| 13 | || TinyXML++ || A more cpp-like interface to TinyXML || |
| 14 | || tolua || Binds our C++ functions with Lua || |
| 15 | || tolua++ || Extension of tolua for C++ constructs (like templates and std::string) || |
| 16 | || C++/Tcl || Helps using Tcl in C++ || |
| 17 | || enet || A [wiki:Network] library to send and receive packets || |