This is a Haxe port of Starling Builder engine. Starling Builder is an open source UI editor for Starling Framework. The original AS3 version repository is from https://github.com/yuhengh/starling-builder-engine
This Haxe version interprets the same layout format of the AS3 version. It gives you the ability to target both Flash/AIR and non-Flash/AIR platform (mostly html5). You can check out the online demo project at
http://starlingbuilder.github.io/demo-haxe/
It should work well on desktop, tablet and phone browsers.
haxelib install openfl
haxelib run openfl setup
haxelib install starling
Currently the Starling port is based on Starling 1.8. Feathers UI port(only partially working) is based on Feathers UI 2.2.
cd demo
openfl test flash
openfl test html5
For more information, please visit our wiki page at http://wiki.starling-framework.org/builder/start