Boilerplate code for creating a HaxeUI Application.
- Haxe (4.2.5)
- OpenFL (9.1.0)
- HaxeUI Core (1.4.0)
- HaxeUI Backend: OpenFL (1.4.0)
- Clone this repository.
- Modify the
application.xml
file to suite.- Primary fields are the
<app ... />
and<meta ... />
elements.
- Primary fields are the
- Use the build in VSCode tasks to build.
- To build as HTML5, use
openfl test html5
. - To build as C++, use
openfl test cpp
. - Other targets can be configured as long as support is installed.
- To build as HTML5, use
When distributing the C++ compilation of the project, the executable can be found at ./out/openfl/<operating_system_name>/bin
.