add AJATUS_ROOT to include path since autoloading is not used everywhere, some places...
[ajatus.git] / notes.txt
blobb7e1e86153c79899f2446dda0a165d20e116d868
1 #ajatus.renderer:
2 *This handles the real rendering to the application content.*
3 ##Concepts
4 - New renderer from one of the available ones is created.
5 - If the renderer options states that rendering delay is in use,
6   all "render_item" methods call the baseclasses render_later method.
7   - render_later puts all its contents to the rendering pool which is
8     a instance of the ajatus.events.pool.
9   - on created renderers "render_now" method the parent starts to work on the pool
10     according to the configurations given.