Beginning in Lua for Corona SDK

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


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).


您还可以查看http://learningcorona.com/,其中有大量Corona教程。


Here's a great resource for learning Lua, it's aimed towards beginner programmers (doesn't sound like you), but it does a great job at introducing Lua and most of the basic concepts:

Lua for Beginners:

http://lua.gts-stolberg.de/en/index.php?uml=1

That, as well as the "Learning Corona" section of the Ansca docs should be plenty enough to get you up to speed in a very short amount of time:

http://developer.anscamobile.com/resources/docs/

TIP: Start working on a project, or converting an existing app using Corona and you'll learn it blazing fast! That's what I did, and I learned it quickly enough to have one of my games fully converted in about 8 days.

链接地址: http://www.djcxy.com/p/25886.html

上一篇: 如何在通用应用程序中支持iPad和iPhone视网膜图形

下一篇: 从Lua开始为Corona SDK开始