Difference between revisions of "Welcome!"

From GiderosMobile
(test without the picture for oleg and others to see)
(I think that's my final main page layout, unless somebody else changes it.)
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
== '''GIDEROS API REFERENCES''' ==
 +
{|-
 +
| style="width: 30%;"|
 +
:::::::::::
 +
==='''[[Lua API]]'''===
 +
| style="width: 30%;"|
 +
:::::::::::
 +
==='''[[Main API]]'''===
 +
| style="width: 30%;"|
 +
:::::::::::
 +
==='''[[Plugins]]'''===
 +
|}
  
<!--
+
== '''GIDEROS GUIDES AND TUTORIALS''' ==
<gallery mode="packed" caption="Here you will find various guides and resources to help you use GiderosMobile">
 
Image:studio_1.png
 
</gallery>
 
-->
 
<!-- Image:Ikonomikon screenshot 03.png -->
 
 
 
=== API Reference ===
 
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
 
[[Accelerometer]]<br/>
 
[[AlertDialog]]<br/>
 
[[Application]]<br/>
 
[[Bitmap]]<br/>
 
[[Core]]<br/>
 
[[Cryptography]]<br/>
 
[[Event]]<br/>
 
[[EventDispatcher]]<br/>
 
[[Font]]<br/>
 
[[FontBase]]<br/>
 
[[Geolocation]]<br/>
 
[[Gyroscope]]<br/>
 
[[JS]]<br/>
 
[[KeyCode]]<br/>
 
[[Matrix]]<br/>
 
[[Mesh]]<br/>
 
[[MovieClip]]<br/>
 
[[Object]]<br/>
 
[[Particles]]<br/>
 
[[Path2D]]<br/>
 
[[Pixel]]<br/>
 
[[RenderTarget]]<br/>
 
[[Screen]]<br/>
 
[[Shader]]<br/>
 
[[Shape]]<br/>
 
[[Sound]]<br/>
 
[[SoundChannel]]<br/>
 
[[Sprite]]<br/>
 
[[Stage]]<br/>
 
[[TTFont]]<br/>
 
[[TextField]]<br/>
 
[[TextInputDialog]]<br/>
 
[[Texture]]<br/>
 
[[TextureBase]]<br/>
 
[[TexturePack]]<br/>
 
[[TextureRegion]]<br/>
 
[[TileMap]]<br/>
 
[[Timer]]<br/>
 
[[UrlLoader]]<br/>
 
[[Viewport]]<br/>
 
</div>
 
 
 
----
 
 
 
=== Plugins Reference ===
 
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
 
[[Special:MyLanguage/Ads|Ads]]<br/>
 
[[Special:MyLanguage/bit|bit]]<br/>
 
[[Special:MyLanguage/bump|bump]]<br/>
 
[[Special:MyLanguage/camera|camera]]<br/>
 
[[Special:MyLanguage/Controller|Controller]]<br/>
 
[[Special:MyLanguage/Facebook Instant Games|Facebook Instant Games]]<br/>
 
[[Special:MyLanguage/flurry|flurry]]<br/>
 
[[Special:MyLanguage/Gaming|Gaming]]<br/>
 
[[Special:MyLanguage/Iab|Iab]]<br/>
 
[[Special:MyLanguage/json|json]]<br/>
 
[[Special:MyLanguage/lfs|lfs]]<br/>
 
[[Special:MyLanguage/LiquidFun|LiquidFun]] (Box2D+)<br/>
 
[[Special:MyLanguage/lpeg|lpeg]]<br/>
 
[[Special:MyLanguage/Media|Media]]<br/>
 
[[Special:MyLanguage/Microphone|Microphone]]<br/>
 
[[Special:MyLanguage/ReactPhysics3D|ReactPhysics3D]]<br/>
 
[[Special:MyLanguage/TTS|TTS]]<br/>
 
</div>
 
 
 
<!--
 
===== Deprecated: =====
 
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
 
[[Special:MyLanguage/Facebook|Facebook]]<br/>
 
[[Special:MyLanguage/GoogleBilling|GoogleBilling]]<br/>
 
[[Special:MyLanguage/iad|iad]]<br/>
 
[[Special:MyLanguage/iad.Banner|iad.Banner]]<br/>
 
[[Special:MyLanguage/Notification|Notification]]<br/>
 
[[Special:MyLanguage/NotificationManager|NotificationManager]]<br/>
 
[[Special:MyLanguage/StoreKit|StoreKit]]<br/>
 
</div>
 
-->
 
----
 
 
 
=== Lua API ===
 
<div style="column-count:4;-moz-column-count:4;-webkit-column-count:4">
 
[[Special:MyLanguage/(global)|(global)]]<br />
 
[[Special:MyLanguage/coroutine|coroutine]]<br />
 
[[Special:MyLanguage/debug|debug]]<br />
 
[[Special:MyLanguage/file|file]]<br />
 
[[Special:MyLanguage/int64|int64]]<br />
 
[[Special:MyLanguage/io|io]]<br />
 
[[Special:MyLanguage/math|math]]<br />
 
[[Special:MyLanguage/os|os]]<br />
 
[[Special:MyLanguage/package|package]]<br />
 
[[Special:MyLanguage/string|string]]<br />
 
[[Special:MyLanguage/table|table]]<br />
 
[[Special:MyLanguage/utf8|utf8]]<br />
 
[[Special:MyLanguage/zlib|zlib]]<br />
 
</div>
 
 
 
----
 
 
 
[[Lua enhancements]]<br/>
 
 
 
----
 
 
 
== GUIDES ==
 
 
{|-
 
{|-
| style="width: 30%;"|
+
| style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 +
=== 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/>
  
 
=== Lua Reference ===
 
=== Lua Reference ===
<!-- [[Basic Concepts]]<br/> -->
+
[[The Language|Lua Overview]]<br/>
[[The Language]]<br/>
+
[[Lua enhancements|Gideros Lua Enhancements]]<br/>
<!-- [[Classes]]<br/> -->
 
<!-- [[Standard Libraries]]<br/> -->
 
<!-- [[Lua enhancements]]<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/>
 
  
 +
| style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 
=== Ultimate Guide ===
 
=== Ultimate Guide ===
 
[[Introduction]]<br/>
 
[[Introduction]]<br/>
Line 136: Line 37:
 
[[Classes in Gideros]]<br/>
 
[[Classes in Gideros]]<br/>
 
[[Introduction to Graphics|Introduction to Graphics and Animation]]<br/>
 
[[Introduction to Graphics|Introduction to Graphics and Animation]]<br/>
[[Playing_Sound_and_Music]]<br/>
+
[[Playing Sound and Music]]<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/>
 
[[Profiling]]<br/>
 
[[Profiling]]<br/>
  
<!--
+
| style="width: 30%; vertical-align:top;"|
=== API Reference ===
+
:::::::::::
[[Main API]]<br/>
+
=== Tutorials ===
[[Plugins]]<br/>
+
[[Video Tutorials]]<br/>
[[Lua API]]<br/>
+
[[Article Tutorials]]<br/>
[[Facebook Instant Games]]<br/>
 
  
=== Lua Reference ===
+
=== Links ===
[[Basic Concepts]]<br/>
+
[[Made With Gideros]]<br/>
[[The Language]]<br/>
+
[[Developer YouTube Channels|Developers YouTube Channels]]<br/>
[[Classes]]<br/>
+
|}
[[Standard Libraries]]<br/>
 
[[Lua enhancements]]<br/>
 
-->
 
  
| style="width: 30%;"|
+
== '''GIDEROS HELPERS''' ==
 +
{|-
 +
| style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 +
=== Game Helpers ===
 +
[[Scene Manager|Scene Manager/Easing]]<br/>
 +
[[Game Camera]]<br/>
 +
[[Animated Sprite Factory|An Animation Sprite Factory]]<br/>
 +
[[Mobile Controls]]<br/>
 +
[[CBump Template|CBump Template]]<br/>
  
=== Creating UI in Gideros ===
+
| style="width: 30%; vertical-align:top;"|
[[UI Text]]<br/>
+
:::::::::::
[[UI Buttons]]<br/>
+
=== UI Classes ===
[[UI Color Picker]]<br/>
+
[[UI Buttons|UI Buttons]]<br/>
[[UI Scrollable List]]<br/>
+
[[UI Color Picker|UI Color Picker]]<br/>
[[UI Slider]]<br/>
+
[[UI Scrollable List|UI Scrollable List]]<br/>
 +
[[UI Slider|UI Slider]]<br/>
 +
[[UI Text|UI Text]]<br/>
  
=== Creating a Game in Gideros ===
+
| style="width: 30%; vertical-align:top;"|
[[Scene Manager]]<br/>
+
:::::::::::
[[Game Camera]]<br/>
+
=== From the Forum ===
[[Mobile Controls]]<br/>
+
[[Examples|Snippets]]<br/>
[[CBump|CBump Template]]<br/>
+
|}
  
 +
== '''GIDEROS ADVANCED''' ==
 +
{|-
 +
| style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 
=== Advanced ===
 
=== Advanced ===
[[Examples|Examples (AKA Gideros Forum Gems)]]<br/>
 
 
[[Writing Shaders]]<br/>
 
[[Writing Shaders]]<br/>
<!-- [[Making an Add-on]]<br/> -->
 
 
[[Compiling Gideros Source]]<br/>
 
[[Compiling Gideros Source]]<br/>
 
[[Making a Plugin]]<br/>
 
[[Making a Plugin]]<br/>
Line 181: Line 91:
 
[[Helping With Documentation]]<br/>
 
[[Helping With Documentation]]<br/>
  
| style="width: 30%;"|
+
| style="width: 30%; vertical-align:top;"|
 +
:::::::::::
 +
=== Wiki Special Links ===
 +
[[Special:AllPages]]<br/>
 +
[[All Classes and more]]<br/>
 +
[[Wiki Sandbox]]<br/>
  
=== Exporting ===
+
| style="width: 30%; vertical-align:top;"|
[[Deployment to Device]]<br/>
+
:::::::::::
<!-- [[Extend with Plugins]]<br/> -->
+
=== The Stores ===
 +
<!--[[Deployment to Device]]<br/>-->
 
[[The Stores]]<br/>
 
[[The Stores]]<br/>
 
=== Links ===
 
[[Video Tutorials]]<br/>
 
[[Article Tutorials]]<br/>
 
<!-- [[Troubleshooting]]<br/> -->
 
[[Made With Gideros]]<br/>
 
[[Developer YouTube Channels]]<br/>
 
 
 
|}
 
|}

Revision as of 14:43, 11 January 2020