6 | | * __Framework__ |
7 | | * DebugOutput ([source:/trunk/src/defs/debug.h#HEAD debug.h]) |
8 | | * GenList ([source:/trunk/src/lib/util/list.h#HEAD list.h]) |
9 | | * ResourceManager ([source:/trunk/src/util/resource_manager.h#HEAD resource_manager.h]) |
10 | | * EventHandler - the event-handling system of orxonox (lib/event) |
| 6 | * Framework |
| 7 | * [wiki:DebugOutput Debug Output] - ([source:/trunk/src/defs/debug.h#HEAD debug.h]) |
| 8 | * [wiki:GenList Lists and Stacks] - ([source:/trunk/src/lib/util/list.h#HEAD list.h]) |
| 9 | * [wiki:ResourceManager Resource Manager] - ([source:/trunk/src/util/resource_manager.h#HEAD resource_manager.h]) |
| 10 | * [wiki:EventHandler Event Handler] - the event-handling system of orxonox (lib/event) |
| 11 | * [wiki:NetworkManager Network Manager] - The network interface for the orxonox framework |
| 12 | * Rendering |
| 13 | * [wiki:Render2D Render 2D] - (lib/graphics/render_2d) |
| 14 | * [wiki:MD2Model MD2 Model] - (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h) |
| 15 | * [wiki:TextEngine Text Engine] - ([source:/trunk/src/lib/graphics/text_engine text_engine]) |
| 16 | * [wiki:ParticleEngine Particle Engine] - (lib/particle) |
| 17 | * [wiki:SoundEngine Sound Engine] - (sound_engine.h) |
| 18 | * [wiki:AnimationPlayer Animation Player] - (animation_player.h, animation.h and derived classes) |
| 19 | * [wiki:PhysicsEngine Physics Engine] - (lib/physics) |
| 20 | * Loading |
| 21 | * [wiki:IniParser INI Parser] - (an ini-file-parser ini_parser.h) |
| 22 | * [wiki:LoadParam Load Parameter] - (a fully featured loading engine load_param.h) |
| 23 | * GUI and other Interfaces |
12 | | * __Rendering__ |
13 | | * [wiki:Render2D Render2D] (lib/graphics/render_2d) |
14 | | * [wiki:MD2Model MD2Model] (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h) |
15 | | * TextEngine ([source:/trunk/src/lib/graphics/text_engine text_engine]) |
16 | | * ParticleEngine (lib/particle) |
17 | | * SoundEngine (sound_engine.h) |
18 | | * AnimationPlayer (animation_player.h, animation.h and derived classes) |
19 | | * PhysicsEngine (lib/physics) |
20 | | * __Loading__ |
21 | | * IniParser (an ini-file-parser ini_parser.h) |
22 | | * LoadParam (a fully featured loading engine load_param.h) |
23 | | * __Miscelaneous__ |
| 25 | * Miscelaneous |