Source code structure: Difference between revisions
First entry to explain what this page is for. |
Link to Peter's post on the main loop |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
This page is supposed to explain OpenClonk's source code design in a graphical manner. That will help with finding a particular code snippet which might be affected by source changes. Other than that it gives a basic understanding how the seperate components of OpenClonk work together. | This page is supposed to explain OpenClonk's source code design in a graphical manner. That will help with finding a particular code snippet which might be affected by source changes. Other than that it gives a basic understanding how the seperate components of OpenClonk work together. | ||
* PeterW posted a [http://forum.openclonk.org/topic_show.pl?pid=3096#pid3096 a summary of the main loop] on the forum |
Latest revision as of 14:51, 3 April 2010
The basic structure of Clonk
This page is supposed to explain OpenClonk's source code design in a graphical manner. That will help with finding a particular code snippet which might be affected by source changes. Other than that it gives a basic understanding how the seperate components of OpenClonk work together.
- PeterW posted a a summary of the main loop on the forum