Hello, I'm new to app development, but I was wondering which Lua game engine is better. I have been using Corona for the past few months, but I was wondering if there is anything that makes Gideros better? I am also wondering if someone could transition all their code from CoronaSDK, to Gideros with ease.
Comments
Regards,
Marc
I like about Corona that you can install it's ide as a sublime text plugin. With sublime text comes the management of projects simply as folders, which I personally love. Corona is also free to use nowadays. The reason why I couldn't use it is that you are restricted to two PCs, while I store my code in Dropbox and access it on 3 to 4 PCs. So that's a no go for me. Also I like to build everything myself, so the added functionalities of Corona are more like a burden for me (although I think they are quite cool). I advise you to check out both programs. The mobile testing in Gideros is excellent, which is of great importance!
About the transitioning part: Everything that's not basic lua will have to be rewritten, including sprites, audio, corona/gideros specific objects, and all the libraries included in corona. It's definitely possible to port something, but I wouldn't recommend it at all.
I will try to answer your question but before please understand that below comments are consists of my own experiences.
Corona
-Corona was focused to big enterprised companies Hence they don't care about so much (developers) about indie developers. In the last year as far as i follow them they also take big steps like starter version, plugin adds support vs but i still can not feel their fully support (free) .
-The corona community lost their soul, everyone focused on their job and in the forum you will not be welcomed so much .
-Corona Api supports so many things and functions but unfortunately it became complicated for a new user.
-Corona has no offline built functionality.
-Corona has no easy real time testing functionality.
Ok honestly after aggressively criticizing one platform let's see Gideros also:D
Gideros
-Community is lovely. You will receive your answer within hours. Everyone is trying to help each other.
-Gideros is not as mature as Corona and the things are developing more amateurish way not enterprised. But it is open-sourced so the cons and pros of a open sourced program is not our topic now
-Api is clean and the learning curve of gideros is much more faster than Corona.
-Offline built.
-Windows 8 mob,desktop, Mac , IOS, android support.
-Great plugin system. You can integrate a third party software so much easily.
-Dedicated self motivated and so much talented people are working for now on the open sourced code. Again this is for now a plus but maybe in the feature it can be a minus . But i believe that this community will always have this kinds of people.
As a conclusion before deciding i would suggest to try borth of them by yourself. Maybe some key feature can be missing or existed in one of the framework. So good luck in your quest and do not forget to share your experiences with us.
Likes: Holonist, mejon, bali001
You start Gideros Studio and write working code is quite easy!