Difference between revisions of "Welcome!"

From GiderosMobile
(reaching the final stage?)
(29 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
== '''GIDEROS API REFERENCES''' ==
 
== '''GIDEROS API REFERENCES''' ==
 
{|-
 
{|-
| style="width: 30%;"|
+
|style="width: 30%;"|
 +
:::::::::::
 
==='''[[Lua API]]'''===
 
==='''[[Lua API]]'''===
 +
|style="width: 30%;"|
 
:::::::::::
 
:::::::::::
| style="width: 30%;"|
 
 
==='''[[Main API]]'''===
 
==='''[[Main API]]'''===
 +
|style="width: 30%;"|
 
:::::::::::
 
:::::::::::
| style="width: 30%;"|
 
 
==='''[[Plugins]]'''===
 
==='''[[Plugins]]'''===
:::::::::::
 
 
|}
 
|}
  
== '''GIDEROS GUIDES''' ==
+
== '''GIDEROS GUIDES AND TUTORIALS''' ==
 
{|-
 
{|-
| style="width: 30%; vertical-align:top;"|
+
|style="width: 30%; vertical-align:top;"|
=== Lua Reference ===
+
:::::::::::
[[The Language]]<br/>
+
=== Tutorials ===
[[Lua enhancements|Gideros Lua Enhancements]]<br/>
+
[[Article Tutorials]]<br/>
 
+
[[Video Tutorials]]<br/>
=== Quick Start ===
 
<!--[[Why use Gideros?]]<br/>-->
 
<!--[[Downloading Gideros Studio|Downloading and installing Gideros Studio]]<br/>-->
 
<!--[[Gideros Studio IDE]]<br/>-->
 
<!--[[Your Very First Program]]<br/>-->
 
[[Gideros Mobile]]<br/>
 
 
 
 
=== Links ===
 
=== Links ===
[[Video Tutorials]]<br/>
 
[[Article Tutorials]]<br/>
 
 
[[Made With Gideros]]<br/>
 
[[Made With Gideros]]<br/>
[[Developer YouTube Channels]]<br/>
+
[[Developer YouTube Channels|Developers YouTube Channels]]<br/>
 
+
|style="width: 30%; vertical-align:top;"|
| style="width: 30%; vertical-align:top;"|
+
:::::::::::
 
=== Ultimate Guide ===
 
=== Ultimate Guide ===
 
[[Introduction]]<br/>
 
[[Introduction]]<br/>
 
[[Gideros Studio]]<br/>
 
[[Gideros Studio]]<br/>
 
[[Getting Started]]<br/>
 
[[Getting Started]]<br/>
 +
[[Gideros Player]]<br/>
 +
[[Your first code]]<br/>
 
[[Introduction to Lua]]<br/>
 
[[Introduction to Lua]]<br/>
 
[[Classes in Gideros]]<br/>
 
[[Classes in Gideros]]<br/>
[[Introduction to Graphics|Introduction to Graphics and Animation]]<br/>
+
[[Introduction to Graphics]]<br/>
 +
[[Introduction to Graphics Shapes]]<br/>
 +
[[Introduction to Fonts]]<br/>
 
[[Playing Sound and Music]]<br/>
 
[[Playing Sound and Music]]<br/>
 +
[[Scene Management]]<br/>
 
[[Hardware and OS]]<br/>
 
[[Hardware and OS]]<br/>
 
[[Extend your application with plugins]]<br/>
 
[[Extend your application with plugins]]<br/>
 
[[Event system]]<br/>
 
[[Event system]]<br/>
 +
[[File system]]<br/>
 
[[Profiling]]<br/>
 
[[Profiling]]<br/>
 +
| style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 +
=== Exporting to a Player ===
 +
[[Android]]<br/>
 +
[[iOS]]<br/>
 +
[[macOS]]<br/>
 +
[[Windows Desktop]]<br/>
 +
[[Windows x86]]<br/>
 +
[[UWP]]<br/>
 +
[[XBox One]]<br/>
  
| style="width: 30%; vertical-align:top;"|
+
=== Exporting to a Store ===
=== The Stores ===
+
[[Google Play Console]]<br/>
<!--[[Deployment to Device]]<br/>-->
+
[[Apple App Store Connect]]<br/>
[[The Stores]]<br/>
+
[[Facebook for Developers]]<br/>
 +
[[Windows App Store]]<br/>
 
|}
 
|}
  
== '''GIDEROS TUTORIALS''' ==
+
== '''GIDEROS 2D HELPERS''' ==
 
{|-
 
{|-
| style="width: 30%; vertical-align:top;"|
+
|style="width: 30%; vertical-align:top;"|
=== Creating Games ===
+
:::::::::::
 +
=== UI Classes ===
 +
[[UI Buttons|UI Buttons]]<br/>
 +
[[UI Color Picker|UI Color Picker]]<br/>
 +
[[UI Scrollable List|UI Scrollable List]]<br/>
 +
[[UI Slider|UI Slider]]<br/>
 +
[[UI Text|UI Text]]<br/>
 +
|style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 +
=== Game Helpers ===
 
[[Scene Manager|Scene Manager/Easing]]<br/>
 
[[Scene Manager|Scene Manager/Easing]]<br/>
 
[[Game Camera]]<br/>
 
[[Game Camera]]<br/>
Line 62: Line 79:
 
[[Mobile Controls]]<br/>
 
[[Mobile Controls]]<br/>
 
[[CBump Template|CBump Template]]<br/>
 
[[CBump Template|CBump Template]]<br/>
 +
|style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 +
=== From the Forum ===
 +
[[Examples|Forum Snippets]]<br/>
 +
[[Lua Snippets|Lua Snippets]]<br/>
 +
|}
  
| style="width: 30%; vertical-align:top;"|
+
== '''GIDEROS 3D HELPERS''' ==
=== Creating UI ===
+
{|-
[[UI Buttons]]<br/>
+
|style="width: 30%; vertical-align:top;"|
[[UI Color Picker]]<br/>
+
:::::::::::
[[UI Scrollable List]]<br/>
+
=== ReactPhysics3D ===
[[UI Slider]]<br/>
+
[[3D Plane]]<br/>
[[UI Text]]<br/>
+
|style="width: 30%; vertical-align:top;"|
 
+
:::::::::::
| style="width: 30%; vertical-align:top;"|
+
|style="width: 30%; vertical-align:top;"|
=== Forum Gems ===
+
:::::::::::
[[Examples|Snippets]]<br/>
 
 
|}
 
|}
  
 
== '''GIDEROS ADVANCED''' ==
 
== '''GIDEROS ADVANCED''' ==
 
{|-
 
{|-
| style="width: 30%; vertical-align:top;"|
+
|style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 
=== Advanced ===
 
=== Advanced ===
 
[[Writing Shaders]]<br/>
 
[[Writing Shaders]]<br/>
Line 85: Line 108:
 
[[What Does What]]<br/>
 
[[What Does What]]<br/>
 
[[Helping With Documentation]]<br/>
 
[[Helping With Documentation]]<br/>
 
+
|style="width: 30%; vertical-align:top;"|
| style="width: 30%; vertical-align:top;"|
+
:::::::::::
 
=== Wiki Special Links ===
 
=== Wiki Special Links ===
 
[[Special:AllPages]]<br/>
 
[[Special:AllPages]]<br/>
 
[[All Classes and more]]<br/>
 
[[All Classes and more]]<br/>
 
[[Wiki Sandbox]]<br/>
 
[[Wiki Sandbox]]<br/>
 +
|style="width: 30%; vertical-align:top;"|
 +
:::::::::::
  
| style="width: 30%; vertical-align:top;"|
 
 
|}
 
|}

Revision as of 11:33, 13 July 2020