Architecture:Contents
Jump to navigation
Jump to search
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.