LÖVE 0.10 released with iOS and Android support
1–10 of 100 posts
Re: LÖVE 0.10 released with iOS and Android support
#2This is pretty grand news, and I never used Lua for game development. Congratulations.
Re: LÖVE 0.10 released with iOS and Android support
#3I 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
#4I 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.
Re: LÖVE 0.10 released with iOS and Android support
#5Site's loading too slowly for me to get to the main page, so at the risk of starting a Haddaway thread…
What is LÖVE?
Re: LÖVE 0.10 released with iOS and Android support
#6Site's loading too slowly for me to get to the main page, so at the risk of starting a Haddaway thread… What is LÖVE?
It is a 2D game development framework for the Lua language.
Re: LÖVE 0.10 released with iOS and Android support
#7I 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?
LÖVE has their own recommendations on resources to learn Lua from here: https://love2d.org/wiki/Main_Page#Lua
Re: LÖVE 0.10 released with iOS and Android support
#8Site is hugged to death. Google cache/mirror: http://webcache.googleusercontent.com/search?q=cache:https:/...
Re: LÖVE 0.10 released with iOS and Android support
#9How does LÖVE compare with Corona SDK, a commercial Lua-based mobile framework?
Re: LÖVE 0.10 released with iOS and Android support
#10I 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?
How's the performance compared to say Cocos2d-X in C++? For say something like large scale steering forces and Behavior agents?