Difference between revisions of "Welcome!"

From GiderosMobile
(I am happy to have finally fixed the wiki welcome page for mobile view, I was using something that wasn't mobile friendly at all)
 
(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 ===
 +
===='''https://www.gideros.rocks/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|
+
{| width="100%"
</gallery>
+
|style="width: 33%; vertical-align:top;"|
 +
==='''[[Lua API]]'''===
  
{|-
+
|style="width: 33%; vertical-align:top;"|
| style="width: 30%;"|
+
==='''[[Main API]]'''===
=== <translate><!--T:2--> Quick Start</translate> ===
+
 
[[Downloading Gideros Studio]]<br/>
+
|style="width: 33%; vertical-align:top;"|
[[Installing Gideros Studio]]<br/>
+
==='''[[Plugins]]'''===
[[Starting Gideros Studio]]<br/>
+
|}
[[Your Very First Program]]<br/>
+
 
 +
{| width="100%"
 +
|style="width: 33%; vertical-align:top;"|
 +
==='''[[UI]]'''===
 +
 
 +
|style="width: 33%; vertical-align:top;"|
 +
==='''[[Shaders]]'''===
 +
 
 +
|style="width: 33%; vertical-align:top;"|
 +
==='''[[Multiplayer]]'''===
 +
|}
 +
 
 +
{| width="100%"
 +
|style="width: 33%; vertical-align:top;"|
 +
==='''[[ECS]]'''===
 +
 
 +
|style="width: 33%; vertical-align:top;"|
 +
==='''[[Optimizations]]'''===
 +
 
 +
|style="width: 33%; vertical-align:top;"|
 +
|}
 +
 
 +
== <div style="background-color:#B3CB93;>'''GIDEROS GUIDES AND TUTORIALS'''</div> ==
 +
{| width="100%"
 +
|style="width: 33%; vertical-align:top;"|
 +
=== Tutorials ===
 +
[[Start Here|You can start here]]<br/>
 
[[Video Tutorials]]<br/>
 
[[Video Tutorials]]<br/>
[[Troubleshooting]]<br/>
+
[[Written Tutorials]] '''''Hot!'''''<br/>
  
=== <translate><!--T:3--> Reference</translate> ===
+
=== From the Forum ===
[[Main API]]<br/>
+
[[ftf_snippets|Forum Snippets and more...]]<br/>
[[Physics API]]<br/>
+
[[ftf_libs|Forum Libs and more...]]<br/>
[[Lua API]]<br/>
 
[[Plugins]]<br/>
 
[[Facebook Instant Games]]<br/>
 
[[Labs]]<br/>
 
[[What's new?]]<br/>
 
[[In Development]]<br/>
 
  
| style="width: 30%;"|
+
=== Links ===
=== <translate><!--T:4--> Ultimate Guide</translate> ===
+
[[Made With Gideros]]<br/>
[[Special:MyLanguage/Introduction|<translate><!--T:8--> Introduction</translate>]]<br/>
+
 
[[Special:MyLanguage/Gideros Studio|<translate><!--T:9--> Gideros Studio</translate>]]<br/>
+
|style="width: 33%; vertical-align:top;"|
[[Special:MyLanguage/Getting Started|<translate><!--T:10--> Getting Started</translate>]]<br/>
+
=== Ultimate Guide ===
[[Special:MyLanguage/Introduction to Lua|<translate>Introduction to Lua</translate>]]<br/>
+
[[Introduction]]<br/>
[[Automatic Image Resolution]]<br/>
+
[[Lua to Luau conversion guide]]<br/>
[[Automatic Screen Scaling]]<br/>
+
[[Gideros Studio]]<br/>
[[Graphics and Animation]]<br/>
+
[[Getting Started]]<br/>
 +
[[Gideros Player]]<br/>
 +
[[Your first code]]<br/>
 +
[[Introduction to Lua]]<br/>
 +
[[Classes in Gideros]]<br/>
 +
[[Scene Management]]<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: 33%; 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> ==
 +
{| width="100%"
 +
|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/>
 +
 
 +
=== 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: 30%;"|
+
|style="width: 33%; vertical-align:top;"|
=== <translate><!--T:5--> Lua Reference</translate> ===
+
=== Exotic ===
[[Basic Concepts]]<br/>
+
[[dictionary_tree_search]]<br/>
[[The Language]]<br/>
+
[[Lua Tar Extraction Module]]<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/>
+
{| width="100%"
 +
|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: 33%; vertical-align:top;"|
[[Reference manual]]
 
 
|}
 
|}

Latest revision as of 09:54, 12 November 2024

Reminder: Gideros is free, but donations keep it growing

https://www.gideros.rocks/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

Optimizations

GIDEROS GUIDES AND TUTORIALS

Tutorials

You can start here
Video Tutorials
Written Tutorials Hot!

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

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