Difference between revisions of "Main Page"

From Ciliz|W4
 
(40 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Временная страница для тестов -- [[SettingsStuffPage]]
+
Welcome to the W4 Engine wiki! We are working on filling the wiki with documentation.
  
 +
The following articles are available for the time being:
 
{{ContentGrid
 
{{ContentGrid
|content =
 
 
{{InfoCard
 
|heading = [[File:T Mode1 256.png|40px|link=]] <!--T:1--> Getting Started
 
|content =
 
Содержание блока
 
* Пункт первый
 
* Пункт второй [[Ссылка на страницу]]
 
* <syntaxhighlight lang="python" inline>lambda x: x * 2</syntaxhighlight> is a [[w:Lambda (programming)|lambda expression]] in Python.
 
}} 
 
 
{{InfoCard
 
|heading = [[File:T Mode1 256.png|40px|link=]] <!--T:1--> Обзор архитектуры
 
|content =
 
 
}} 
 
 
{{InfoCard
 
|heading = [[File:T Mode1 256.png|40px|link=]] <!--T:1--> Компоненты
 
|content =
 
 
}} 
 
 
{{InfoCard
 
|heading = [[File:Logo W4 small.png|40px|link=]] <!--T:1--> Ноды
 
 
|content =
 
|content =
[[File:W4 big logo.png|300px|link=]]
 
}} 
 
 
 
{{InfoCard
 
{{InfoCard
|heading = [[File:Logo W4 small.png|40px|link=]] <!--T:1--> Сэмплы
+
|heading = General Concepts
 
|content =
 
|content =
 
+
System architecture and main solutions:
}}
+
* [[W4 Engine architecture]]
 +
* [[W4 Coordinate system and Node structure]]
 +
}}
  
 
{{InfoCard
 
{{InfoCard
|heading = [[File:Logo W4 small.png|40px|link=]] <!--T:1--> Игры
+
|heading = Parts
 
|content =
 
|content =
 
+
Complex subsystems:
}}
+
* [[W4 Material System]]
 +
** [[W4 Material File Format]]
 +
** [[W4 Default Materials]]
 +
* [[W4 Collision System]]
 +
* [[W4 Component System]]
 +
}}
  
 
{{InfoCard
 
{{InfoCard
|heading = [[File:Logo W4 small.png|40px|link=]] <!--T:1--> Рекламы
+
|heading = Tools
 
|content =
 
|content =
 
+
Tools for working with the W4 Engine:
}}
+
* [[W4 AssetCreator]]
 +
}}
  
 
{{InfoCard
 
{{InfoCard
|heading = [[File:Logo W4 small.png|40px|link=]] <!--T:1--> Best practice
+
|heading = How-tos
 
|content =
 
|content =
 
+
How to work with the W4 Engine in simple words:
}} 
+
* [[W4 Physics for Dummies]]
 
+
* [[W4 Material Creation]]
{{InfoCard
+
* [[W4 GUI Creation]]
|heading = [[File:Logo W4 small.png|40px|link=]] <!--T:1--> NULL NULL NULL
+
}}
|content =
 
 
 
}}
 
 
}}
 
}}
  
 
__NOTOC__
 
__NOTOC__

Latest revision as of 13:09, 26 November 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:

Tools

Tools for working with the W4 Engine:

How-tos

How to work with the W4 Engine in simple words: