where would i start to learn lua at cant find no good videos
and the ones i do find cant afford
where would i start to learn lua at cant find no good videos
and the ones i do find cant afford
Here’s a quick introduction to lua: https://docs.coronalabs.com/guide/start/introLua/index.html
Then here’s Corona’s guide page: https://docs.coronalabs.com/guide/index.html
and some sample code and projects to get you rolling: https://docs.coronalabs.com/guide/index.html
Hi,
Check out
Have a nice day:)
ldurniat
For Lua itself, the language’s main developer maintains a VERY good book: Programming in Lua
Down at the bottom of that page there’s a link to the first edition online, for free. While slightly out of date (Corona currently uses 5.1), the differences are pretty minor and you’ll be fine reading it.
Once you’re comfortable with that the 5.1 language ref is also on hand. (The change list from 5.0 is at the bottom, incidentally.) This isn’t written specifically for beginners, though, so start with the other recommendations first. Some more intermediate-to-advanced material is also available on the Wiki.
I created a tutorial series on Youtube a couple of years ago that covers the basics of Lua: https://youtu.be/-iU1pCgmjx4
Hope you find it useful!
Here’s a quick introduction to lua: https://docs.coronalabs.com/guide/start/introLua/index.html
Then here’s Corona’s guide page: https://docs.coronalabs.com/guide/index.html
and some sample code and projects to get you rolling: https://docs.coronalabs.com/guide/index.html
Hi,
Check out
Have a nice day:)
ldurniat
For Lua itself, the language’s main developer maintains a VERY good book: Programming in Lua
Down at the bottom of that page there’s a link to the first edition online, for free. While slightly out of date (Corona currently uses 5.1), the differences are pretty minor and you’ll be fine reading it.
Once you’re comfortable with that the 5.1 language ref is also on hand. (The change list from 5.0 is at the bottom, incidentally.) This isn’t written specifically for beginners, though, so start with the other recommendations first. Some more intermediate-to-advanced material is also available on the Wiki.
I created a tutorial series on Youtube a couple of years ago that covers the basics of Lua: https://youtu.be/-iU1pCgmjx4
Hope you find it useful!