User contributions
From GiderosMobile
- 19:30, 10 September 2018 diff hist -1 Gideros Player
- 19:29, 10 September 2018 diff hist -6 Gideros Player
- 19:29, 10 September 2018 diff hist +31 Gideros Player
- 19:29, 10 September 2018 diff hist +31 N File:Resolution.png current
- 17:38, 10 September 2018 diff hist +119 What Does What
- 17:29, 10 September 2018 diff hist +22 What Does What
- 17:29, 10 September 2018 diff hist +285 N What Does What Created page with "Gideros internally is divided into several sections or libraries. CORE - The graphics library LBND - Lua binders LFRT - Freetype LGID - Helpers (texture caching, wrappers, e..."
- 17:24, 10 September 2018 diff hist +81 Welcome!
- 17:18, 10 September 2018 diff hist 0 General Architecture current
- 17:18, 10 September 2018 diff hist 0 N File:Gideros framework drawing.png current
- 17:17, 10 September 2018 diff hist 0 Welcome!
- 17:10, 10 September 2018 diff hist +106 Introduction to Lua
- 17:03, 10 September 2018 diff hist 0 Introduction to Lua
- 17:03, 10 September 2018 diff hist 0 Introduction to Lua
- 17:02, 10 September 2018 diff hist +4 Introduction to Lua
- 16:59, 10 September 2018 diff hist 0 Introduction to Lua
- 16:58, 10 September 2018 diff hist +1 Introduction to Lua
- 16:58, 10 September 2018 diff hist -14,099 Introduction to Lua Replaced content with "=== Overview === Gideros uses the [Lua language|Basic Concepts]] as a scripting system - you use The Language your application. As well as the Gideros..." Tag: Replaced
- 16:55, 10 September 2018 diff hist +9,203 N Standard Libraries Created page with " === String Manipulation === Lua has a powerful set of string manipulation functions, such as finding and extracting substrings. Unlike C, the first character of the string h..."
- 16:54, 10 September 2018 diff hist +1,482 The Language
- 16:52, 10 September 2018 diff hist +1,905 N The Language Created page with "=== Assignments and Variables === Lua is a dynamically-typed language, that is, variables don't have types, only the values. All values carry their own type. Consider the fol..."
- 16:44, 10 September 2018 diff hist +1,599 N Basic Concepts Created page with "Lua was created in 1993 by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, members of the Computer Graphics Technology Group at PUC-Rio, the Pontifical..."
- 16:42, 10 September 2018 diff hist +1 Introduction
- 16:39, 10 September 2018 diff hist 0 Welcome!
- 16:38, 10 September 2018 diff hist 0 Welcome!
- 16:36, 10 September 2018 diff hist -22 Classes
- 16:36, 10 September 2018 diff hist +1 Classes
- 16:35, 10 September 2018 diff hist +5,159 N Classes Created page with "Lua does not support classes the way languages like C++, Java and ActionScript do. But Lua is a multi-paradigm language and have roots from prototype-based languages. In Lua,..."
- 16:27, 10 September 2018 diff hist +3,155 Introduction to Lua
- 16:23, 10 September 2018 diff hist +4,876 Introduction to Lua
- 16:17, 10 September 2018 diff hist +1,116 Introduction to Lua
- 16:13, 10 September 2018 diff hist +418 Introduction to Lua
- 16:11, 10 September 2018 diff hist +5,220 N Introduction to Lua Created page with "=== Overview === Lua was created in 1993 by Roberto Ierusalimschy, Luiz Henrique de Figueiredo, and Waldemar Celes, members of the Computer Graphics Technology Group at PUC-R..."
- 15:59, 10 September 2018 diff hist +1,193 Deployment to Device
- 15:48, 10 September 2018 diff hist +1,169 Gideros Studio IDE
- 15:46, 10 September 2018 diff hist +2,018 Gideros Studio IDE
- 15:43, 10 September 2018 diff hist +19 Gideros Studio IDE
- 15:41, 10 September 2018 diff hist +1,418 Gideros Studio IDE
- 15:39, 10 September 2018 diff hist +48 Gideros Studio Marked this version for translation
- 15:37, 10 September 2018 diff hist -1 Your Very First Program
- 15:36, 10 September 2018 diff hist -9 Your Very First Program
- 15:36, 10 September 2018 diff hist +22 Your Very First Program
- 15:35, 10 September 2018 diff hist +903 Your Very First Program
- 15:33, 10 September 2018 diff hist +989 N Your Very First Program Created page with "Now that you have installed Gideros Studio, it would be fun to see how it works. Let us look at the Hello World example to start with. The simplest way to display something i..."
- 15:32, 10 September 2018 diff hist +440 N Starting Gideros Studio Created page with "After installation, Gideros Studio is installed under your applications folder. There are also 3 more separate applications that comes with installation, other than the Gidero..."
- 15:30, 10 September 2018 diff hist +451 Installing Gideros Studio
- 15:27, 10 September 2018 diff hist +993 N Downloading Gideros Studio Created page with "You can download Gideros Studio from Gideros Studio download page (http://www.giderosmobile.com/download) Downloading and installing Gideros Studio is free. There you'll also..."
- 15:19, 10 September 2018 diff hist +3,213 Gideros Player
- 15:15, 10 September 2018 diff hist +3,152 N Gideros API Created page with "Gideros Studio includes a comprehensive, easy to use and understand API, with hundreds of functions. This gives programmers a strong, complete framework to build their applica..." current
- 15:11, 10 September 2018 diff hist +75 Gideros Studio