Porting – from LÖVE, but to what?

I’d like to port my LD29 entry, which is a LÖVE2D game into a different programming language, or maybe even to a different device (Android, etc.), how can I decide which would be the best choice? For example, I’m 90% sure I’d be able to do it for C++, with Allegro, but does that worth, especially if I want to monetize my game in the future?

Comments

ambi
09. May 2014 · 02:46 UTC
Unity is good. It’s a very extensible framework with many build targets. Construct 2 is good, if you don’t bump into the free limitations. Intel XDK seems a good way to port HTML5 to various targets, but have not used it yet.
Jerre
09. May 2014 · 05:03 UTC
what is the reason that you want to port it, if you do not have goal, you cannot choose your path
Miltage
09. May 2014 · 08:55 UTC
What is LÖVE?
Cognizant Game Studios
10. May 2014 · 03:05 UTC
Well if you port to Java, you can create web applets (to run in browser) android builds and cross platform Windows, Mac, Linux, and Solaris (and any other os with JVM).