= Module Description = [[TracNav(TracNav/TOC)]] How to use certain modules in the Orxonox framework. This list is not complete, ask the programmers in named in the .cc files for more information. [[br]] * __Framework__ * DebugOutput ([source:/trunk/src/defs/debug.h#HEAD debug.h]) * GenList ([source:/trunk/src/lib/util/list.h#HEAD list.h]) * ResourceManager ([source:/trunk/src/util/resource_manager.h#HEAD resource_manager.h]) * EventHandler - the event-handling system of orxonox (lib/event) * [wiki:Shell Shell] - an Interface to the debug.h * __Rendering__ * [wiki:Render2D Render2D] (lib/graphics/render_2d) * [wiki:MD2Model MD2Model] (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h) * TextEngine ([source:/trunk/src/lib/graphics/text_engine text_engine]) * ParticleEngine (lib/particle) * SoundEngine (sound_engine.h) * AnimationPlayer (animation_player.h, animation.h and derived classes) * PhysicsEngine (lib/physics) * __Loading__ * IniParser (an ini-file-parser ini_parser.h) * LoadParam (a fully featured loading engine load_param.h) * __Miscelaneous__ * [wiki:Weapon Weapon] shoot and load support