Earlier quoted context omitted.
he meant, baby don't hurt me.
baby don't hurt me no more.
LÖVE 0.10 released with iOS and Android support
31–40 of 100 posts
Re: LÖVE 0.10 released with iOS and Android support
#32How does LÖVE compare with Corona SDK, a commercial Lua-based mobile framework?
Re: LÖVE 0.10 released with iOS and Android support
#33I would love to tinker with LÖVE, but I don't know the first thing about Lua. Anyone have pointers to good introductory resources they can share?
"Programming in Lua" is Lua's K&R. It is a very well written technical book. The Lua reference manual is also very approachable. http://www.lua.org/pil/ http://www.lua.org/manual/5.3/
Re: LÖVE 0.10 released with iOS and Android support
#34I would love to tinker with LÖVE, but I don't know the first thing about Lua. Anyone have pointers to good introductory resources they can share?
Re: LÖVE 0.10 released with iOS and Android support
#35Re: LÖVE 0.10 released with iOS and Android support
#36Re: LÖVE 0.10 released with iOS and Android support
#37Lack of native mobile support was one of the reasons I dropped LOVE for other frameworks. This is fantastic, and LOVE/Lua is really fun to work with, I highly recommend this framework.
Does love work well with moonscript?
Re: LÖVE 0.10 released with iOS and Android support
#38I would love to tinker with LÖVE, but I don't know the first thing about Lua. Anyone have pointers to good introductory resources they can share?
You can pretty much learn the language in 1 - 2 days if you are an experienced programmer. Try the LUA website, they have some links to good tutorials.
> "Lua" (pronounced LOO-ah) means "Moon" in Portuguese. As such, it is neither an acronym nor an abbreviation, but a noun. More specifically, "Lua" is a name, the name of the Earth's moon and the name of the language. Like most names, it should be written in lower case with an initial capital, that is, "Lua". Please do not write it as "LUA", which is both ugly and confusing, because then it becomes an acronym with different meanings for different people. So, please, write "Lua" right!
Re: LÖVE 0.10 released with iOS and Android support
#39As an aside, I'd like to plug a Lua library I have nothing to do with called middleclass [1]. I've used it with LÖVE and it's handy for game dev!