Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Beginning in Lua for Corona SDK

Tags:

I have started working on Corona SDK.As you all know it uses Lua as the programming language,i wanted to know some good links or ebooks which i can refer to begin development.I am an iPhone developer and working on objective C since last 1 year.

Any suggestions,help would be appreciated.

Thanks

Aditya

like image 998
Aditya Avatar asked Feb 03 '11 13:02

Aditya


People also ask

Which language is used in Corona SDK?

Its most popular product was the Corona SDK, a cross-platform mobile development framework that builds native apps for iOS, Android, Amazon Kindle, Windows Phone, tvOS, Android TV, and Mac and Windows desktops from a single code base. Corona products use the programming language Lua.

What version of Lua is used in the solar2d SDK?

Lua is intended to be used as a powerful, lightweight scripting language for any program that needs one. Corona uses Lua version 5.1.


2 Answers

I've been using this: Programming in Lua, first edition (FREE online edition of the book) The Corona SDK forums are also good for specific issues related to the SDk itself. It seems it is having a few database problems just right now, but you might want to check it later.

Edit: just for completeness, here is the link to the Lua Bookstore @ amazon (not an affiliate link).

like image 172
Please treat your mods well. Avatar answered Sep 17 '22 14:09

Please treat your mods well.


You can also check out http://learningcorona.com/ which has a huge listing of tutorials for Corona.

like image 33
walter Avatar answered Sep 19 '22 14:09

walter