Difference between revisions of "Welcome!"

From GiderosMobile
 
(248 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<translate><!--T:1--> Here you will find various guides and resources to help you use GiderosMobile.</translate>
+
=== Reminder: Gideros is free, but donations keep it growing ===
 +
===='''http://giderosmobile.com/donate&download'''====
 +
=====When Gideros went open source, my initial reaction wasn't "Wow! I've been paying for this, but it's free now!" My reaction was more like "Oh no... [[testimonies|read more]]=====
  
<gallery widths=350px heights=250px perrow=1>
+
==<div style="background-color:#88ACBC;>'''GIDEROS API REFERENCES'''</div>==
studio_1.png|
+
{|-
</gallery>
+
|style="width: 33%;"|
 +
:::::::::::
 +
==='''[[Lua API]]'''===
 +
 
 +
|style="width: 33%;"|
 +
:::::::::::
 +
==='''[[Main API]]'''===
 +
 
 +
|style="width: 34%;"|
 +
:::::::::::
 +
==='''[[Plugins]]'''===
 +
|}
 +
 
 +
{|-
 +
|style="width: 33%;"|
 +
:::::::::::
 +
==='''[[UI]]'''===
 +
 
 +
|style="width: 33%;"|
 +
:::::::::::
 +
==='''[[Shaders]]'''===
 +
 
 +
|style="width: 34%;"|
 +
:::::::::::
 +
==='''[[Multiplayer]]'''===
 +
|}
 +
 
 +
{|-
 +
|style="width: 33%;"|
 +
:::::::::::
 +
==='''[[ECS]]'''===
 +
 
 +
|style="width: 33%;"|
 +
:::::::::::
  
 +
|style="width: 34%;"|
 +
:::::::::::
 +
|}
 +
 +
== <div style="background-color:#B3CB93;>'''GIDEROS GUIDES AND TUTORIALS'''</div> ==
 
{|-
 
{|-
| style="width: 30%;"|
+
|style="width: 33%; vertical-align:top;"|
=== <translate><!--T:2--> Quick Start</translate> ===
+
:::::::::::
[[Downloading Gideros Studio]]<br/>
+
=== Tutorials ===
[[Installing Gideros Studio]]<br/>
+
[[Start Here|You can start here]]<br/>
[[Starting Gideros Studio]]<br/>
 
[[Your Very First Program]]<br/>
 
 
[[Video Tutorials]]<br/>
 
[[Video Tutorials]]<br/>
[[Troubleshooting]]<br/>
+
[[Written Tutorials]]<br/>
 +
 
 +
=== From the Forum ===
 +
[[ftf_snippets|Forum Snippets and more...]]<br/>
 +
[[ftf_libs|Forum Libs and more...]]<br/>
  
=== <translate><!--T:3--> Reference</translate> ===
+
=== Links ===
[[Main API]]<br/>
+
[[Made With Gideros]]<br/>
[[Physics API]]<br/>
 
[[Lua API]]<br/>
 
[[Plugins]]<br/>
 
[[Facebook Instant Games]]<br/>
 
[[Labs]]<br/>
 
[[What's new?]]<br/>
 
[[In Development]]<br/>
 
  
| style="width: 30%;"|
+
|style="width: 33%; vertical-align:top;"|
=== <translate><!--T:4--> Ultimate Guide</translate> ===
+
:::::::::::
[[Introduction|<translate><!--T:8--> Introduction</translate>]]<br/>
+
=== Ultimate Guide ===
 +
[[Introduction]]<br/>
 +
[[Lua to Luau conversion guide]]<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/>
[[Automatic Image Resolution]]<br/>
+
[[Classes in Gideros]]<br/>
[[Automatic Screen Scaling]]<br/>
+
[[Scene Management]]<br/>
[[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/>
[[Classes]]<br/>
+
[[Event system]]<br/>
 +
[[File system]]<br/>
 +
[[Profiling]]<br/>
 
[[Hardware and OS]]<br/>
 
[[Hardware and OS]]<br/>
[[Deployment to Device]]<br/>
+
[[Exporting to a Player|Exporting your project ('''Xbox, ...''')]]<br/>
[[Extend with Plugins]]<br/>
+
[[Making a Plugin]]<br/>
[[Events]]<br/>
+
 
 +
|style="width: 34%; vertical-align:top;"|
 +
:::::::::::
 +
 
 +
=== Latest ===
 +
[[Latest Release|Latest Gideros]]<br/>
 +
[[Latest Luau]]<br/>
 +
 
 +
=== Gideros Shorts ===
 +
[[Short-Issue-1|#1 - June 2023 - Overheat]]<br/>
 +
[[Short-Issue-2|#2 - Sept. 2023 - 3D Maze]]<br/>
 +
|}
 +
 
 +
== <div style="background-color:#FCE1B7;>'''GIDEROS HELPERS'''</div> ==
 +
{|-
 +
|style="width: 33%; vertical-align:top;"|
 +
:::::::::::
 +
=== UI Classes ===
 +
[[UI Buttons|UI Buttons]]<br/>
 +
[[UI Text|UI Text]] (TextBox, TextWrap, ...)<br/>
 +
[[UI Slider|UI Sliders]]<br/>
 +
[[UI Color Picker|UI Color Picker]]<br/>
 +
[[UI Scrollable List|UI Scrollable List]]<br/>
 +
[[ImGui Examples|ImGui Snippets]]<br/>
 +
 
 +
=== 3D ===
 +
[[3D Plane]]<br/>
 +
 
 +
|style="width: 33%; vertical-align:top;"|
 +
:::::::::::
 +
=== Game Helpers ===
 +
[[Game Camera]]<br/>
 +
[[Animated Sprite Factory|Animations (Sprite Sheets)]]<br/>
 +
[[Mobile Controls]]<br/>
 +
[[VirtualRelativeJoystick|Onscreen Joystick]]<br/>
 +
[[Tiled Map Editor|Tiled]]<br/>
 +
[[CBump Template]]<br/>
 +
[[Pathfinding]] '''''NEW'''''<br/>
 +
 
 +
|style="width: 34%; vertical-align:top;"|
 +
:::::::::::
  
| style="width: 30%;"|
+
=== Exotic ===
=== <translate><!--T:5--> Lua Reference</translate> ===
+
[[dictionary_tree_search]]<br/>
[[Basic Concepts]]<br/>
+
[[Lua Tar Extraction Module]]<br/>
[[The Language]]<br/>
 
[[Standard Libraries]]<br/>
 
[[Gideros Lua Enhancements]]<br/>
 
  
=== <translate><!--T:6--> The Stores</translate> ===
+
=== Shaders Helpers ===
[[Google]]<br/>
+
[[Custom Shader Examples]]<br/>
[[Apple]]<br/>
+
[[Lua Shader Examples]]<br/>
[[Amazon]]<br/>
+
|}
[[Facebook]]<br/>
 
  
=== <translate><!--T:7--> Advanced</translate> ===
+
== <div style="background-color:#B98686;>'''GIDEROS ADVANCED'''</div> ==
[[Making a Plugin]]<br/>
+
{|-
 +
|style="width: 33%; vertical-align:top;"|
 +
:::::::::::
 +
=== Advanced ===
 +
[[What Does What]]<br/>
 
[[Compiling Gideros Source]]<br/>
 
[[Compiling Gideros Source]]<br/>
 +
[[Compiling Gideros Luau Source]]<br/>
 +
[[Helping With Documentation]]<br/>
 +
[[CPlusPlus for Gideros Studio Help]]<br/>
 +
 +
|style="width: 33%; vertical-align:top;"|
 +
:::::::::::
 +
=== Wiki Special Links ===
 +
[[Special:AllPages]]<br/>
 +
[[All Classes and more]]<br/>
 +
[[Wiki Sandbox]]<br/>
  
=== Misc ===
+
|style="width: 34%; vertical-align:top;"|
[[Reference manual]]
+
:::::::::::
 
|}
 
|}

Latest revision as of 21:26, 14 December 2023

Reminder: Gideros is free, but donations keep it growing

http://giderosmobile.com/donate&download

When Gideros went open source, my initial reaction wasn't "Wow! I've been paying for this, but it's free now!" My reaction was more like "Oh no... read more

GIDEROS API REFERENCES

Lua API

Main API

Plugins

UI

Shaders

Multiplayer

ECS

GIDEROS GUIDES AND TUTORIALS

Tutorials

You can start here
Video Tutorials
Written Tutorials

From the Forum

Forum Snippets and more...
Forum Libs and more...

Links

Made With Gideros

Ultimate Guide

Introduction
Lua to Luau conversion guide
Gideros Studio
Getting Started
Gideros Player
Your first code
Introduction to Lua
Classes in Gideros
Scene Management
Introduction to Graphics
Introduction to Graphics Shapes
Introduction to Fonts
Playing Sound and Music
Event system
File system
Profiling
Hardware and OS
Exporting your project (Xbox, ...)
Making a Plugin

Latest

Latest Gideros
Latest Luau

Gideros Shorts

#1 - June 2023 - Overheat
#2 - Sept. 2023 - 3D Maze

GIDEROS HELPERS

UI Classes

UI Buttons
UI Text (TextBox, TextWrap, ...)
UI Sliders
UI Color Picker
UI Scrollable List
ImGui Snippets

3D

3D Plane

Game Helpers

Game Camera
Animations (Sprite Sheets)
Mobile Controls
Onscreen Joystick
Tiled
CBump Template
Pathfinding NEW

Exotic

dictionary_tree_search
Lua Tar Extraction Module

Shaders Helpers

Custom Shader Examples
Lua Shader Examples

GIDEROS ADVANCED

Advanced

What Does What
Compiling Gideros Source
Compiling Gideros Luau Source
Helping With Documentation
CPlusPlus for Gideros Studio Help

Wiki Special Links

Special:AllPages
All Classes and more
Wiki Sandbox