Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of code/libs


Ignore:
Timestamp:
Sep 17, 2008, 7:00:05 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs

    v1 v1  
     1= Libraries =
     2
     3A 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 ||