Difference between revisions of "W4 Main Game Loop"

From Ciliz|W4
(Created page with "http://wiki.w4-dev.ciliz.com/index.php/Main_Page W4 Engine Wiki > General Concepts: The IGAME class allows the user to conveniently interact with the Engine in order to cr...")
 
Line 1: Line 1:
 
[[http://wiki.w4-dev.ciliz.com/index.php/Main_Page W4 Engine Wiki]] > General Concepts:
 
[[http://wiki.w4-dev.ciliz.com/index.php/Main_Page W4 Engine Wiki]] > General Concepts:
 +
 
The IGAME class allows the user to conveniently interact with the Engine in order to create a game, and not to use the platform or render directly.
 
The IGAME class allows the user to conveniently interact with the Engine in order to create a game, and not to use the platform or render directly.
  
 
We are working on filling the wiki with documentation it might take some time. Thank you for your patience.
 
We are working on filling the wiki with documentation it might take some time. Thank you for your patience.

Revision as of 13:03, 19 August 2020

[W4 Engine Wiki] > General Concepts:

The IGAME class allows the user to conveniently interact with the Engine in order to create a game, and not to use the platform or render directly.

We are working on filling the wiki with documentation it might take some time. Thank you for your patience.