Getting Started - ianharrigan/haxeui GitHub Wiki
Installation
The easiest way to get a project up and running using HaxeUI is to first install the library via haxelib using the following command:
haxelib install haxeui
This will install the latest version of HaxeUI into you local haxelib repository. If you have already installed a previous version of HaxeUI simply use the following haxelib command to update to the latest version:
haxelib update haxeui
Include in an OpenFL project
HaxeUI relies on OpenFL for drawing, therefore is is essential to first have an OpenFL project. Inside the OpenFL projects' "application.xml" add the following:
<haxelib name="haxeui" />
And thats it! You now have a skeleton OpenFL project ready to use HaxeUI.