Page 1 of 1

Love2d development in Haxe?

Posted: Sun Feb 12, 2017 2:26 pm
by nikeinikei
Is there a way to develop love2d games in haxe? I really like the engine, and I really like haxe (because it has a fair amount of similarities to java) and I would like to combine those. I'm not sure though how I can make the haxe source code compile with love2d specific methods.

Re: Love2d development in Haxe?

Posted: Sun Feb 12, 2017 2:35 pm
by bartbes
Back when haxe lua support was first released (in git), I wrote a small wrapper generator: https://github.com/bartbes/love-haxe-wrappergen

I wrote some small demos using that, and it seemed to work alright.