Changes between Version 7 and Version 8 of ManualPage
- Timestamp:
- 09/27/07 20:43:45 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ManualPage
v7 v8 2 2 3 3 4 == Manual == 5 6 On the following pages you can find more information about different parts of the engine. Simple code snippets are also included to give an implementation example 7 8 * ["GettingStarted"] shows you how simply initialize the engine to start work with it 9 * ["KernelTask"] provides an overview about the Kernel/Task subsystem of nrEngine 10 * ["ScriptSystem"] helps you to understand the scripting facilities of the engine 11 4 12 == Getting started == 5 13