[This is preliminary documentation and is subject to change.]
Main application routine.
The order of initialisation is:
Get the basic OS environment Variables
Initialise SDL and report on status
Start the Initialisation Thread
Add a default font (if GDI available)
Start the main application loop
The main application loop is as follows:
Check for errors and display the log if there are
Check the keys
Check the mouse
Run the Engine
Swap the buffers
Calculate the FPS
Check for any loading finalisation (for synchronous activities, like texture uploading)
Namespace:
IcarusAssembly: Icarus2 (in Icarus2)
Version: 1.0.0.0
Syntax
| C# |
|---|
[STAThreadAttribute] public static void Main( string[] args ) |
Parameters
- args
- Type: array<System..::.String>[]()[]
Command line arguments