ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #23388
haXe
Hi all,
I am not sure if I have asked this here before or not, so if I have sorry :)
I really like the haXe programming language for creating cross platform
games.
It would be really nice to have some native Ubuntu Phone integration
with haXe. I know I could export as HTML5 using internal conditionals like:
#if html5
if (FlxG.onMobile){FlxG.mouse.visible = false;}
#end
However using html5 on mobile suffers a bit in performance on mobile.
That said, it would be nice to have a native lime target such as:
lime build ubuntu-snap
I know this would require a lot of interaction with upstream OpenFL and
the haxe community, but I think it would allow for easy transfer of many
existing apps to Ubuntu Phone.
Here is a very small list of some of the major users of haXe:
http://haxe.org/use-cases/who-uses-haxe.html
Thanks for your time!
--
Regards