Changes between Version 7 and Version 8 of code
- Timestamp:
- Aug 19, 2005, 1:54:14 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code
v7 v8 4 4 === Every Start is hard === 5 5 So you decided to help coding, but havn't yet got the slightest idea of where to start: read through the following primer: 6 * [wiki:Primer Orxonox Primer] - This will give you a short overview of the development environment of Orxonox.6 * [wiki:Primer Orxonox Primer] - A short overview on the development environment. 7 7 8 8 === Pathfinder trough the Code Jungle === 9 * [wiki:OrxonoxFramework Framework description] - mayor description of orxonox 10 * [wiki:ModulesDescription A collection of module descriptions] - we have started to write little !howtos for our modules.[[br]] You will like them! 11 * We also provide guides to the GameFeatures 9 * [wiki:OrxonoxFramework Framework Description] - mayor description of orxonox. 10 * [wiki:ModulesDescription Module Descriptions] - little !howtos to the modules. 12 11 13 12 === To make your code look like Orxonox code === 14 * [wiki:CodingRules The Art of Coding] - tells you how you write the code the Orxonox way :)15 * [wiki:PerformanceTips Speedup your Code] - will give you some ideas on how to code in a performant manner.13 * [wiki:CodingRules Coding Manifesto] - code formating rules. 14 * [wiki:PerformanceTips Fast Code] - make fast and performant code.