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