[[TracNav(TracNav/TOC)]] = Coding = We advise you to read the following couple of pages, if you would like to start working with/on Orxonox: {{{ "In the UNIX world, we're very used to the notion of having many small programs that do one thing, and do it well. And then connecting those programs with pipes, and solving often quite complicated problems with simple and independent building blocks. And this is considered good programming. - Linus Torwalds }}} === Introduction === * [wiki:Primer Orxonox Primer] - A short overview on the offered development environment. === Code Documentation === * [wiki:ModulesDescription Modules & Owners] - little !howtos to the modules. * [http://www.orxonox.net/trunk/doc/html/ Doxygen API] - doxygen documentation === Guides and Standards === * [wiki:CodingRules Coding Manifesto] - code formating rules. * [wiki:PerformanceTips Fast Code] - make fast and performant code. === Coding Tools === * [wiki:LinuxCodingTools Open Source Tools] - Purposed coding environement for linux === Misc === * [wiki:ProgramerFAQ Programers FAQ] - The questions, the answers * [wiki:Engine Engine Features] - A list of all features the engine offers until now. * [wiki:DevelopmentResources Links] - A collection of useful stuff.