Changes between Version 6 and Version 7 of code/libs
- Timestamp:
- Jul 3, 2011, 5:23:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/libs
v6 v7 5 5 6 6 || '''Library''' || '''Versions''' || '''Reason''' || 7 || Ogre || 1. 4- 1.7 || The graphics library ||8 || Boost || 1. 35- || A compilation of many useful sub-libraries, classes, functions and headers ||7 || Ogre || 1.6 - 1.7 || The graphics library || 8 || Boost || 1.40 - || A compilation of many useful sub-libraries, classes, functions and headers || 9 9 || Bullet || * || Modern physics library written in C++ || 10 || CEGUI || 0. 5 - 0.6|| A GUI (graphical user interface) library with lua scripting interface ||10 || CEGUI || 0.6 - 0.7 || A GUI (graphical user interface) library with lua scripting interface || 11 11 || [wiki:OIS] || * || Input system (mouse, keyboard, joystick, gamepad, ...) || 12 || Lua || 5. 0 - 5.1 || A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) ||12 || Lua || 5.1 || A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) || 13 13 || Tcl || 8.4 - 8.5 || A command language which is used in our ingame [wiki:Shell] and for other scripts ([wiki:TclBind here] and [wiki:TclThreadManager here]) || 14 14 || TinyXML || * || To parse XML files in the [wiki:Loader] || … … 17 17 || Tolua++ || * || Extension of tolua for C++ constructs (like templates and std::string) || 18 18 || C++/Tcl || * || Helps using Tcl in C++ || 19 || ENet || 1.1 - 1.2|| A [wiki:Network] library to send and receive packets ||19 || ENet || * || A [wiki:Network] library to send and receive packets || 20 20 || Zlib || ? || A standard compression library used in network library || 21 21 || Ogg/Vorbis || ? || Audio container and codec ||