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)
 
Line 5: Line 5:
  
 
==<div style="background-color:#88ACBC;>'''GIDEROS API REFERENCES'''</div>==
 
==<div style="background-color:#88ACBC;>'''GIDEROS API REFERENCES'''</div>==
{|-
+
{| width="100%"
|style="width: 33%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[Lua API]]'''===
 
==='''[[Lua API]]'''===
  
|style="width: 33%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[Main API]]'''===
 
==='''[[Main API]]'''===
  
|style="width: 34%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[Plugins]]'''===
 
==='''[[Plugins]]'''===
 
|}
 
|}
  
{|-
+
{| width="100%"
|style="width: 33%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[UI]]'''===
 
==='''[[UI]]'''===
  
|style="width: 33%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[Shaders]]'''===
 
==='''[[Shaders]]'''===
  
|style="width: 34%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[Multiplayer]]'''===
 
==='''[[Multiplayer]]'''===
 
|}
 
|}
  
{|-
+
{| width="100%"
|style="width: 33%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[ECS]]'''===
 
==='''[[ECS]]'''===
  
|style="width: 33%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
==='''[[Optimizations]]'''===
 
==='''[[Optimizations]]'''===
  
|style="width: 34%;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
|}
 
|}
  
 
== <div style="background-color:#B3CB93;>'''GIDEROS GUIDES AND TUTORIALS'''</div> ==
 
== <div style="background-color:#B3CB93;>'''GIDEROS GUIDES AND TUTORIALS'''</div> ==
{|-
+
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
=== Tutorials ===
 
=== Tutorials ===
 
[[Start Here|You can start here]]<br/>
 
[[Start Here|You can start here]]<br/>
Line 63: Line 53:
  
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
=== Ultimate Guide ===
 
=== Ultimate Guide ===
 
[[Introduction]]<br/>
 
[[Introduction]]<br/>
Line 85: Line 74:
 
[[Making a Plugin]]<br/>
 
[[Making a Plugin]]<br/>
  
|style="width: 34%; vertical-align:top;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
 
 
=== Latest ===
 
=== Latest ===
 
[[Latest Release|Latest Gideros]]<br/>
 
[[Latest Release|Latest Gideros]]<br/>
Line 98: Line 85:
  
 
== <div style="background-color:#FCE1B7;>'''GIDEROS HELPERS'''</div> ==
 
== <div style="background-color:#FCE1B7;>'''GIDEROS HELPERS'''</div> ==
{|-
+
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
=== UI Classes ===
 
=== UI Classes ===
 
[[UI Buttons|UI Buttons]]<br/>
 
[[UI Buttons|UI Buttons]]<br/>
Line 112: Line 98:
  
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
=== Game Helpers ===
 
=== Game Helpers ===
 
[[Game Camera]]<br/>
 
[[Game Camera]]<br/>
Line 122: Line 107:
 
[[Pathfinding]] '''''NEW'''''<br/>
 
[[Pathfinding]] '''''NEW'''''<br/>
  
|style="width: 34%; vertical-align:top;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
 
 
=== Exotic ===
 
=== Exotic ===
 
[[dictionary_tree_search]]<br/>
 
[[dictionary_tree_search]]<br/>
Line 135: Line 118:
  
 
== <div style="background-color:#B98686;>'''GIDEROS ADVANCED'''</div> ==
 
== <div style="background-color:#B98686;>'''GIDEROS ADVANCED'''</div> ==
{|-
+
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
=== Advanced ===
 
=== Advanced ===
 
[[What Does What]]<br/>
 
[[What Does What]]<br/>
Line 146: Line 128:
  
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
=== Wiki Special Links ===
 
=== Wiki Special Links ===
 
[[Special:AllPages]]<br/>
 
[[Special:AllPages]]<br/>
Line 152: Line 133:
 
[[Wiki Sandbox]]<br/>
 
[[Wiki Sandbox]]<br/>
  
|style="width: 34%; vertical-align:top;"|
+
|style="width: 33%; vertical-align:top;"|
:::::::::::
 
 
|}
 
|}

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