Architecture:Contents: Difference between revisions
Jump to navigation
Jump to search
Asipicabad (talk | contribs) No edit summary |
m Reverted edits by Asipicabad (talk) to last revision by Ksterker |
||
Line 1: | Line 1: | ||
The Adonthell Engine Architecture | The Adonthell Engine Architecture | ||
Latest revision as of 18:14, 27 November 2010
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.