Architecture:Contents: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m →Table of Contents: links added |
||
Line 17: | Line 17: | ||
# [[Architecture:Python Module|Python Module]] | # [[Architecture:Python Module|Python Module]] | ||
# [[Architecture:Rpg Module|Rpg Module]] | # [[Architecture:Rpg Module|Rpg Module]] | ||
# [[Architecture:Audio Module|Audio Module]] | |||
# [[Architecture:Input Module|Input Module]] | |||
# [[Architecture:Gui Module|Gui Module]] | |||
# [[Architecture:Gfx Module|Gfx Module]] | |||
# [[Architecture:Map Module|Map Module]] | # [[Architecture:Map Module|Map Module]] |
Revision as of 09:14, 29 June 2006
The Adonthell Engine Architecture
Synopsis
This document is a supplement to the Adonthell API documentation. It is intented for new programmers and everyone else interested into the general concepts and design of the Adonthell game engine.
It is not meant to be a complete reference, but it should give the reader a good overview of the codebase and ideas behind various implementation details. It won’t explain the code itself; that’s what the API docs are meant for, but it might help to understand why certain things are the way they are.
In brief, this document attempts to provide a guided tour through select parts of Adonthell’s source code, grouped by the different modules the engine is composed of. No more, no less.