Difference between revisions of "4/Code"
From Worms Knowledge Base
CyberShadow (Talk | contribs) (New page: {{ParentArticle|4}} == Main == * main / WinMain are in framework ** Use a static constructor to initialize the framework) |
CyberShadow (Talk | contribs) (shells) |
||
Line 4: | Line 4: | ||
* main / WinMain are in framework | * main / WinMain are in framework | ||
** Use a static constructor to initialize the framework | ** Use a static constructor to initialize the framework | ||
+ | |||
+ | == Shell == | ||
+ | |||
+ | The "shell" handles OS window management, input handling, and various other platform-dependent tasks. | ||
+ | Shells: | ||
+ | * SDL | ||
+ | * Windows/QT/GTK (for example) |
Revision as of 03:41, 19 August 2010
(Up to 4)
Main
- main / WinMain are in framework
- Use a static constructor to initialize the framework
Shell
The "shell" handles OS window management, input handling, and various other platform-dependent tasks. Shells:
- SDL
- Windows/QT/GTK (for example)