Difference between revisions of "Welcome!"

From GiderosMobile
(reordering stuff around)
 
Line 4: Line 4:
 
=====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]]=====
 
=====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]]=====
  
==<div style="background-color:#88ACBC;>'''GIDEROS API REFERENCES'''</div>==
+
==<div style="background-color:#feaa48;>'''GIDEROS API REFERENCE'''</div>==
 
{| width="100%"
 
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
Line 16: Line 16:
 
|}
 
|}
  
 +
==<div style="background-color:#aacc7f;>'''GIDEROS LIBRARIES'''</div>==
 
{| width="100%"
 
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
==='''[[UI]]'''===
+
'''[[UI]]'''<br/>
 +
'''[[Shaders]]'''<br/>
 +
'''[[Multiplayer]]'''<br/>
  
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
==='''[[Shaders]]'''===
+
'''[[Tiled]]'''<br/>
 +
'''[[ECS]]'''<br/>
 +
'''[[Pathfinding]]'''<br/>
  
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
==='''[[Multiplayer]]'''===
+
'''[[Libs3D|3D]]'''<br/>
 +
'''[[Optimizations]]'''<br/>
 
|}
 
|}
  
{| width="100%"
+
== <div style="background-color:#8da7bc;>'''GIDEROS GUIDES AND TUTORIALS'''</div> ==
|style="width: 33%; vertical-align:top;"|
 
==='''[[Tiled]]'''===
 
 
 
|style="width: 33%; vertical-align:top;"|
 
==='''[[ECS]]'''===
 
 
 
|style="width: 33%; vertical-align:top;"|
 
==='''[[Optimizations]]'''===
 
|}
 
 
 
== <div style="background-color:#B3CB93;>'''GIDEROS GUIDES AND TUTORIALS'''</div> ==
 
 
{| width="100%"
 
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
Line 85: Line 80:
 
|}
 
|}
  
== <div style="background-color:#FCE1B7;>'''GIDEROS HELPERS'''</div> ==
+
== <div style="background-color:#cd6464;>'''GIDEROS HELPERS'''</div> ==
 
{| width="100%"
 
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
=== UI Classes ===
+
=== UI ===
 
[[UI Buttons|UI Buttons]]<br/>
 
[[UI Buttons|UI Buttons]]<br/>
 
[[UI Text|UI Text]] (TextBox, TextWrap, ...)<br/>
 
[[UI Text|UI Text]] (TextBox, TextWrap, ...)<br/>
Line 94: Line 89:
 
[[UI Color Picker|UI Color Picker]]<br/>
 
[[UI Color Picker|UI Color Picker]]<br/>
 
[[UI Scrollable List|UI Scrollable List]]<br/>
 
[[UI Scrollable List|UI Scrollable List]]<br/>
 
=== 3D ===
 
[[3D Plane]]<br/>
 
  
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
=== Game Helpers ===
+
=== Game ===
 
[[Game Camera]]<br/>
 
[[Game Camera]]<br/>
 
[[Animated Sprite Factory|Animations (Sprite Sheets)]]<br/>
 
[[Animated Sprite Factory|Animations (Sprite Sheets)]]<br/>
Line 105: Line 97:
 
[[VirtualRelativeJoystick|Onscreen Joystick]]<br/>
 
[[VirtualRelativeJoystick|Onscreen Joystick]]<br/>
 
[[CBump Template]]<br/>
 
[[CBump Template]]<br/>
[[Pathfinding]] '''''NEW'''''<br/>
 
  
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|
Line 113: Line 104:
 
[[Lua Tar Extraction Module]]<br/>
 
[[Lua Tar Extraction Module]]<br/>
  
=== Shaders Helpers ===
 
[[Custom Shader Examples]]<br/>
 
[[Lua Shader Examples]]<br/>
 
 
|}
 
|}
  
== <div style="background-color:#B98686;>'''GIDEROS ADVANCED'''</div> ==
+
== <div style="background-color:#a9a9a9;>'''GIDEROS ADVANCED'''</div> ==
 
{| width="100%"
 
{| width="100%"
 
|style="width: 33%; vertical-align:top;"|
 
|style="width: 33%; vertical-align:top;"|

Latest revision as of 23:46, 22 January 2026

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 REFERENCE

Luau API

Main API

Plugins

GIDEROS LIBRARIES

UI
Shaders
Multiplayer

Tiled
ECS
Pathfinding

3D
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
Debugging and 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

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

Game

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

Exotic

dictionary_tree_search
Lua Tar Extraction Module

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