Changes between Version 3 and Version 4 of code/libs
- Timestamp:
- Sep 19, 2008, 12:21:04 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/libs
v3 v4 6 6 || '''Library''' || '''Reason''' || 7 7 || Ogre || The graphics library || 8 || boost || A compilation of many useful lsub-libraries, classes, functions and headers ||8 || boost || A compilation of many useful sub-libraries, classes, functions and headers || 9 9 || Lua || A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) || 10 10 || Tcl || A command language which is used in our ingame [wiki:Shell] and for other scripts ([wiki:TclBind here] and [wiki:TclThreadManager here]) || 11 || CEG ui || A GUI (graphical user interface) library||11 || CEGUI || A GUI (graphical user interface) library with lua scripting interface || 12 12 || [wiki:OIS] || Input system (mouse, keyboard, joystick, gamepad, ...) || 13 13 || TinyXML || To parse XML files in the [wiki:Loader] || … … 17 17 || C++/Tcl || Helps using Tcl in C++ || 18 18 || 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 ||