Aurora-Sim/Developer/Documentation/en
De DigiWiki.
(Différences entre les versions)
(Page créée avec « {{Languages|Developpement/Documentation}} = Documentation on the Aurora-Sim Code (updated for 0.3 release)= We have many documents on how Aurora works, how to develop module… ») |
(→General Documentation) |
||
(4 versions intermédiaires masquées) | |||
Ligne 1 : | Ligne 1 : | ||
- | {{Languages| | + | __NOTOC__{{Languages|Aurora-Sim/Developer/Documentation}}{{Quicklinks/en}} |
= Documentation on the Aurora-Sim Code (updated for 0.3 release)= | = Documentation on the Aurora-Sim Code (updated for 0.3 release)= | ||
Ligne 12 : | Ligne 12 : | ||
==General Documentation== | ==General Documentation== | ||
- | [ | + | *[[Aurora-Sim/Developer/Documentation/DoxyGen/Aurora-Sim | Aurora-Sim (DoxyGen documentation)]] |
- | [[ | + | *[[Aurora-Sim/Developer/Documentation/DoxyGen/libAurora.php | libAurora.php (DoxyGen documentation)]] |
- | [[Documentation_on_the_structure_of_Aurora| | + | *[[Documentation_on_the_structure_of_Aurora| How Aurora Works (Internally)]] |
- | [[Understanding_the_Code_Flow_Of_Aurora| Understanding the Code Flow of Aurora (Document)]] | + | *[[Documentation_on_the_structure_of_Aurora| (Future) How Aurora works (Internally with images)]] |
+ | |||
+ | *[[Understanding_the_Code_Flow_Of_Aurora| Understanding the Code Flow of Aurora (Document)]] | ||
==Getting started with modules== | ==Getting started with modules== |
Version actuelle en date du 29 avril 2012 à 02:13
Documentation on the Aurora-Sim Code (updated for 0.3 release)
We have many documents on how Aurora works, how to develop modules for it, and how the code flows.
Coding Standards and Submission Requirements
General Documentation
Getting started with modules
Developing a INonSharedRegionModule or ISharedRegionModule
Developing a ISharedRegionStartupModule
Developing an Aurora.Server service (IService interface)
Developing an Application Plugin (IApplicationPlugin)