Haxe is a strictly typed, cross-platform, open-source language. Haxe is mostly used for games development. Primarily focussed on mobile devices (iOS, Android, Windows Mobile, webOS) it compiles down to various other languages, including Actionscript 3, Java, C#, C++, PHP, JavaScript, and others.
1
vote
1answer
396 views
haxe level scrolling
How would level scrolling be implemented with haxe and nme?
I started plying with haxe and currently the only way to display things on screen is by using nme.display.Sprite.
I don't think changing ...
2
votes
1answer
1k views
What are the advantages and challenges of using HaXe over ActionScript 3?
I read this:
http://webr3.org/blog/haxe/bitmapdata-vectors-bytearrays-and-optimization/
And this:
...
1
vote
0answers
112 views
Assets.getBytes returns null in test environment
I'm using the latest Haxe (2.10), NME (3.4.3), and MUnit.
I've written some unit tests that need to fetch bitmap data from SWF symbols. The first step is to actually load the SWF data. To do this, I ...