Architecture:Contents: Difference between revisions
Jump to navigation
Jump to search
m →Table of Contents: links added |
Asipicabad (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
---- | |||
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | |||
---- | |||
=[http://abigumydive.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | |||
---- | |||
=[http://abigumydive.co.cc CLICK HERE]= | |||
---- | |||
</div> | |||
The Adonthell Engine Architecture | The Adonthell Engine Architecture | ||
Revision as of 01:11, 24 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.