= 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__ * GenList (list.h) * ResourceManager (resource_manager.h) * EventHandler - the event-handling system of orxonox (lib/event) * __Rendering__ * AnimationPlayer (animation_player.h, animation.h and derived classes) * [wiki:MD2Model MD2Model] (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h) * [wiki:Render2D Render2D] (lib/graphics/render_2d) * PhysicsEngine (lib/physics) * ParticleEngine (lib/particle) * SoundEngine (sound_engine.h) * __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