Difference between revisions of "Main Page"

From Gideros Wiki
Jump to: navigation, search
 
Line 1: Line 1:
'''MediaWiki has been successfully installed.'''
+
{| style="border: solid 1px; border-color:#D0D0D0; margin: oem; background-color: #FFFFDC;" width=100% cellpadding=10 cellspacing=1
 +
| width=50% align=left valign=top | '''Current release:''' 2012.09.6 (released 11 January, 2013 ) - [http://www.giderosmobile.com/download/ Download now] <br>
 +
| align=left valign=top | '''Development:''' [http://bugs.giderosmobile.com/projects/gideros-studio-sdk/roadmap Product roadmap] | [[Release notes]]  |  [http://bugs.giderosmobile.com Bug tracker]
 +
|}
  
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
__NOTOC__
 +
{|style="width:100%; border: solid 1px; border-color:#D0D0D0; margin: oem; background:#F5F5F5;" cellpadding="10"
 +
!style="font-size:200%; color:#202070;"|Welcome to the Gideros Mobile Wiki
 +
|-
 +
|<center>Gideros DevCenter is the main information hub for Gideros Studio, an application development environment for mobile devices. You are '''more than welcome''' to improve and extend articles. Before editing this wiki, see [[Guidelines]].
 +
'''Top links to start with: [http://www.giderosmobile.com/forum Developer forum] | [http://www.giderosmobile.com/gideros-academy Gideros Academy] | [[Ultimate Guide to Gideros Studio]] |  [[Gideros plugins]]'''
 +
|}
  
== Getting started ==
+
{| width="100%" cellspacing="3" cellpadding="4" align="right"
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
|-
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
| valign="top" |
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
 
 +
== General Information ==
 +
 
 +
This section contains most important Gideros Studio documentation. Start here first.
 +
 
 +
* [http://www.giderosmobile.com/gideros-academy Gideros Academy]
 +
* [[Ultimate Guide to Gideros Studio]] - Open book project by Gideros Studio fans and developers
 +
* [[Installing Gideros Studio]]
 +
** [[Running Gideros Studio under Linux]]
 +
* [[Deployment]] - Deploying Gideros Player to a real device. Covers how to export your application too
 +
* [[Gideros plugins]] - Write your own native device plugins, and connect your Lua code to native device functions! :-)
 +
* Frequently asked questions: [http://www.giderosmobile.com/faq for beginners] and [http://giderosmobile.com/DevCenter/index.php/Forum_FAQ for developers]
 +
* [[APK Expansion Files]]
 +
* [[Showing Status Bar]]
 +
 
 +
| valign="top" |
 +
 
 +
== Bugs, requests, release notes, misc ==
 +
 
 +
* [http://bugs.giderosmobile.com/projects/gideros-studio-sdk/roadmap Product Roadmap] for each version
 +
* Up-to-date [[Release notes‎]] for all versions
 +
* [[Menu shortcuts and accelerators]] for Gideros Studio IDE
 +
* Community [[Code of Conduct]] defines how we (& community) are expected to behave in forum
 +
* [[3rd Party Applications | Tools for application development]]
 +
 
 +
|-
 +
| valign="top" |
 +
 
 +
== Tutorials for Gideros Studio ==
 +
 
 +
Several nice tuts.
 +
 
 +
* [http://appcodingeasy.com/Gideros-Mobile Appcoding Easy] '''highly recommended'''
 +
* [http://giderostutorials.com/ Gideros Tutorials] '''highly recommended'''
 +
* [https://github.com/gideros-open-source-contrib Github repository for community code]
 +
* [http://www.giderosmobile.com/forum/discussion/comment/12219 Using Wax for easy access to iOS functions directly]
 +
* [http://howto.oz-apps.com/2011/08/modules-in-lua.html Creating modules]
 +
* [https://github.com/kribblo/InkscapeToLevel Inkscape to Level tool]
 +
| valign="top" |
 +
 
 +
== Lua programming ==
 +
 
 +
If you are new to programming, or want to increase your Lua skills, these are the best resources to start with.
 +
 
 +
* [http://www.inf.puc-rio.br/~roberto/pil2/ Programming In Lua] by Roberto Ierusalimschy is the official book about Lua
 +
* [http://pgl.yoyo.org/luai/i/_ Very nice Lua reference manual helper] - worth reading and having a look
 +
* [http://lua-users.org/wiki/LuaComparison How does Lua compare to other languages?]
 +
* Official Lua [http://www.lua.org/faq.html FAQ]
 +
* Lua [http://www.lua.org/lua-l.html mailing list]
 +
* Complete list of [http://www.lua.org/docs.html#books Lua books]
 +
* [http://w3.linux-magazine.com/issue/45/Lua_Programming.pdf Introduction to Lua programming] in Linux magazine, [http://lua.gts-stolberg.de/en/index.php?uml=1 Lua for beginners] and [https://docs.google.com/document/pub?id=1FzdK7-woueGMxjnqPY3bjeFAu8b6mCgndui2NlwPu3s&pli=1 Lua in a weekend]
 +
* [http://luaforge.net/ Luaforge], a Lua community project hub
 +
* [http://www.amazon.com/Learn-Lua-Game-Development-Apress/dp/1430246626 Learn Lua for iOS game development]
 +
 
 +
|-
 +
| valign="top" |
 +
 
 +
|}
 +
 
 +
<div style="border:1px #CCCCCC solid; background:#FCFCFC; padding:5px;padding-top: 5px" >
 +
<span style="font-size:12px;color:#222">
 +
Gideros Studio wiki contains '''{{NUMBEROFARTICLES}}''' articles, edited '''{{NUMBEROFEDITS}}''' times. How nice!
 +
</span>
 +
</div>

Revision as of 11:44, 2 April 2013

Current release: 2012.09.6 (released 11 January, 2013 ) - Download now
Development: Product roadmap | Release notes | Bug tracker


Welcome to the Gideros Mobile Wiki
Gideros DevCenter is the main information hub for Gideros Studio, an application development environment for mobile devices. You are more than welcome to improve and extend articles. Before editing this wiki, see Guidelines.

Top links to start with: Developer forum | Gideros Academy | Ultimate Guide to Gideros Studio | Gideros plugins

General Information

This section contains most important Gideros Studio documentation. Start here first.

Bugs, requests, release notes, misc

Tutorials for Gideros Studio

Several nice tuts.

Lua programming

If you are new to programming, or want to increase your Lua skills, these are the best resources to start with.

Gideros Studio wiki contains 3 articles, edited 8,972 times. How nice!