Changes between Version 18 and Version 19 of code/doc
- Timestamp:
- Apr 11, 2017, 10:43:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc
v18 v19 1 1 = Documentation = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 This page is the base of all wiki-pages with documentations about our Framework, Libraries and the Game itself. Most of the classes have their own site, click on the libraries to find them. The TracNav on the right side will help you finding your way through the documentation.3 This page is the base of all wiki-pages with documentations about our Framework, Libraries and the Game itself. Most of the classes have their own site, click on the libraries to find them. 5 4 6 5 === Libraries === 7 6 Orxonox is built on several libraries, some of them are from external developers, others are self developed. The following lists link to the documentations of the libraries, their classes and functions. [[br]] 8 [wiki: LibraryDependencies Dependency graph]7 [wiki:code/Dependencies Dependency graph] 9 8 10 9 {{{ 11 10 #!div style="float: left; margin-right: 20px;" 12 11 || '''Orxonox libraries''' || 13 || [wiki: Core] ||14 || [wiki: Network] ||15 || [wiki: Orxonox] ||16 || [wiki: Util] ||12 || [wiki:code/doc/Core Core] || 13 || [wiki:code/doc/Network Network] || 14 || [wiki:code/doc/Orxonox Orxonox] || 15 || [wiki:code/doc/Util Util] || 17 16 }}} 18 17 19 18 {{{ 20 19 #!div 21 || '''External libraries''' ([wiki: Libraries what are they?]) ||20 || '''External libraries''' ([wiki:code/libs what are they?]) || 22 21 || [http://ogre3d.org/ Ogre] || 23 22 || [http://www.boost.org/ boost] || … … 35 34 }}} 36 35 37 === HowTo ===38 The [wiki: HowTo_codingHowTo] section lists several sites with help for everyone which isn't common with the code. Also there are detailed information about topics which are class-comprehensive and therefore aren't covered by single class documentations.36 === !HowTo === 37 The [wiki:code/howto HowTo] section lists several sites with help for everyone which isn't common with the code. Also there are detailed information about topics which are class-comprehensive and therefore aren't covered by single class documentations. 39 38 40 39 === FAQ === 41 Read the [wiki: FAQ_codingFAQ] to get answers on several questions about the framework and coding in general.40 Read the [wiki:code/FAQ FAQ] to get answers on several questions about the framework and coding in general. 42 41 43 42 === Libraries, Modules, and Plugins ===