CrazySam Posted January 16, 2014 Share Posted January 16, 2014 Just released: https://github.com/ratkingsminion/PhaserHaxe Haxe allows users to write code in a statically typed language and compile it to other languages (in this case, Javascript). Development with Haxe is very pleasant (especially when using FlashDevelop), and provides auto-completion with type information. PhaserHaxe is a set of typed class bindings for Haxe (similar to typescript definition files). Checkout source code of a simple demo built with PhaserHaxe: https://github.com/ratkingsminion/PhaserHaxe/blob/master/src/Main.hx Mike and plicatibu 2 Link to comment Share on other sites More sharing options...
Milton Posted January 17, 2014 Share Posted January 17, 2014 Excellent! Maybe you can also supply a hxml for non-FD'ers (I use VIM myself). Link to comment Share on other sites More sharing options...
rich Posted January 17, 2014 Share Posted January 17, 2014 That is awesome!! Link to comment Share on other sites More sharing options...
gaelbeltran Posted January 17, 2014 Share Posted January 17, 2014 This is awesome! Link to comment Share on other sites More sharing options...
Mike Posted January 17, 2014 Share Posted January 17, 2014 Yep one more cool thing to try on! Tnx CrazySam. Link to comment Share on other sites More sharing options...
ratking Posted January 19, 2014 Share Posted January 19, 2014 Hi, I wrote PhaserHaxe. Just wanted to say that I will make an update (hopefully) as soon as Phaser 1.1.4 is released.@Milton: Good idea, will do that soon! Mike 1 Link to comment Share on other sites More sharing options...
Recommended Posts