Changes between Version 8 and Version 9 of code
- Timestamp:
- Aug 19, 2005, 1:57:13 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code
v8 v9 2 2 [[TracNav(TracNav/TOC)]] 3 3 4 === Every Start is hard ===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 6 * [wiki:Primer Orxonox Primer] - A short overview on the development environment. 7 7 8 === Pathfinder trough the Code Jungle===8 === Code Documentation === 9 9 * [wiki:OrxonoxFramework Framework Description] - mayor description of orxonox. 10 10 * [wiki:ModulesDescription Module Descriptions] - little !howtos to the modules. 11 * [https://www.orxonox.net/cgi-bin/trac.cgi/wiki API Documentation] - doxygen documentation 11 12 12 === To make your code look like Orxonox code ===13 === Orxonox Code === 13 14 * [wiki:CodingRules Coding Manifesto] - code formating rules. 14 15 * [wiki:PerformanceTips Fast Code] - make fast and performant code.