Programming
}}}
All informations about how to write code for Orxonox
{{{
#!html
}}}
'''Documentation''':
* [wiki:ModulesDescription Modules] - Get an overview of our Framework
* [wiki:Documentation] - A documentation of all our libraries and classes
* [doxygen:index.html API Reference] - An automatically generated reference of classes, functions, macros and other stuff
* [wiki:HowTo_coding HowTo] - This page covers several topics and explains how to do things
* [wiki:FAQ_coding FAQ] - Check out the FAQ to get answers on frequent questions
{{{
#!html
}}}
'''Coding''':
* [wiki:c++_styleguide Styleguide] - Please read an follow the Styleguide to create readable and useful code
* [http://www.cplusplus.com/reference/ Standard C++ library] - Have a look at the standard C++ library, strings and STL containers are very useful
* [wiki:PerformanceTips Performance] - Learn how to write fast code
{{{
#!html
}}}
'''Tools''':
* [wiki:SVN] - Our revision control tool. You should know how to use it
* [wiki:CMake] - Our build tool (forget about makefiles)
* [wiki:LinuxCodingTools Other Tools] - This is a list of other development tools, maybe you find them useful
----
Everything about the part where people bang the keyboard to get some code compiled.
* [wiki:Forge State] - Get an overview of what we established yet
* [wiki:Coding Coding] - Style guide, tools and other useful information about coding in general
* [wiki:ModulesDescription Documentation] - Information about various structures and concepts
* [wiki:Contribute] - Want to help us? Check out this site to get more specific information
* [doxygen:index.html DoxyGen] - An auto-generated Documentation of the Code
* [https://forum.orxonox.net/viewforum.php?f=6 Bug reporting] - Please report any bugs in this section of the Forum
* [https://forum.orxonox.net/viewforum.php?f=3 Game development forum] - Game development page on the forum
{{{
#!html
|
Content Creation
}}}
This section is about model creation, design, sound and everything else a game needs beside the code.
* [wiki:ContentState State] - Read about the current state of content creation
* [wiki:ContentCreation Content Creation] - All about creating content like levels, sounds, music, models etc.
* [wiki:BrainStorm Brainstorming] - This is a collection of ideas which we intend to implement in some way. See also: [wiki:archive/BrainStorm Brainstorming (old)].
* [https://forum.orxonox.net/viewforum.php?f=8 Content Creation Forum] - Content creation board on the forum
{{{
#!html
|