Difference between revisions of "Main Page"

From Ciliz|W4
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Welcome to the W4 Engine wiki!
 
Welcome to the W4 Engine wiki!
  
We are working on filling the wiki with documentation. At the moment, you can read the following articles:
+
We are working on filling the wiki with documentation. The following articles are available for the time being:
  
 
{{ContentGrid
 
{{ContentGrid
Line 7: Line 7:
  
 
{{InfoCard
 
{{InfoCard
|heading = Concepts
+
|heading = General Concepts
 
|content =
 
|content =
How does it work:
+
System architecture and main solutions:
* [[Coordinate system and Node structure]]
+
* [[W4 Engine architecture]]
* [[W4 Material File Format]]
+
* [[W4 Coordinate system and Node structure]]
 +
* [[W4 Main Game Loop]] Needs a description
 +
}}
 +
 
 +
{{InfoCard
 +
|heading = Parts
 +
|content =
 +
Complex subsystems:
 +
* [[W4 Material System]]
 +
** [[W4 Material File Format]]
 +
** [[W4 Default Materials]]
 +
* [[W4 Collision System]]
 +
* [[W4 Component System]]
 +
* [[W4 Hardware Abstraction Layer]]
 +
* [[W4 Physics System]]
 +
* [[W4 Graphical User Interface]]
 +
}}
 +
 
 +
{{InfoCard
 +
|heading = Elements
 +
|content = Special modules:
 +
* [[W4 Math]] Needs a description
 +
* [[W4 Logger]] Needs a description
 +
* [[W4 Resources]] Needs a description
 +
* [[W4 Event System]] Needs a description
 +
* [[W4 Filesystem]] Needs a description
 
}}
 
}}
  
Line 17: Line 42:
 
|heading = Tools
 
|heading = Tools
 
|content =
 
|content =
Description of internal tools for working with the W4 Engine:
+
Tools for working with the W4 Engine:
 
* [[W4 Mesh Converter]]
 
* [[W4 Mesh Converter]]
 
}}
 
}}
Line 27: Line 52:
 
* [[W4 Physics for Dummies]]
 
* [[W4 Physics for Dummies]]
 
* [[W4 Material Creation]]
 
* [[W4 Material Creation]]
 +
* [[W4 GUI Creation]]
 +
* [[W4 FSM]] Needs a description
 
}}
 
}}
 
}}
 
}}
  
 
__NOTOC__
 
__NOTOC__

Revision as of 13:13, 19 August 2020

Welcome to the W4 Engine wiki!

We are working on filling the wiki with documentation. The following articles are available for the time being:



General Concepts

System architecture and main solutions:

Elements

Special modules:

Tools

Tools for working with the W4 Engine:

How-tos

How to work with the W4 Engine in simple words: