Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of code/libs


Ignore:
Timestamp:
Sep 19, 2008, 12:21:04 AM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs

    v3 v4  
    66|| '''Library''' || '''Reason''' ||
    77|| Ogre || The graphics library ||
    8 || boost || A compilation of many usefull sub-libraries, classes, functions and headers ||
     8|| boost || A compilation of many useful sub-libraries, classes, functions and headers ||
    99|| Lua || A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) ||
    1010|| Tcl || A command language which is used in our ingame [wiki:Shell] and for other scripts ([wiki:TclBind here] and [wiki:TclThreadManager here]) ||
    11 || CEGui || A GUI (graphical user interface) library ||
     11|| CEGUI || A GUI (graphical user interface) library with lua scripting interface ||
    1212|| [wiki:OIS] || Input system (mouse, keyboard, joystick, gamepad, ...) ||
    1313|| TinyXML || To parse XML files in the [wiki:Loader] ||
     
    1717|| C++/Tcl || Helps using Tcl in C++ ||
    1818|| enet || A [wiki:Network] library to send and receive packets ||
     19|| zlib || A standard compression library used in network library ||
     20|| ogg/vorbis || Audio container and codec ||
     21|| OpenAL/ALUT || 3D sound in games ||