The "Cross-Platform Game Engine", openfl port. Version 2.1.
Clone the Starling repository:
git clone https://github.com/maaniv/starling-haxe.git
Tell haxelib where your development copy is installed:
haxelib dev starling-haxe starling-haxe
To add it to an OpenFL project, add this to your project file:
<haxelib name="starling-haxe" />
To create starling demo project type:
openfl create starling-haxe demo starling-demo