/HaxeUI-OpenFL-Boilerplater

Boilerplate code for creating a HaxeUI Application using OpenFL for rendering.

Primary LanguageHaxeMIT LicenseMIT

HaxeUI Boilerplate

Boilerplate code for creating a HaxeUI Application.

Requirements

Usage

  1. Clone this repository.
  2. Modify the application.xml file to suite.
    • Primary fields are the <app ... /> and <meta ... /> elements.
  3. 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.

Distribution

When distributing the C++ compilation of the project, the executable can be found at ./out/openfl/<operating_system_name>/bin.