Skip to content

rinfz/HaxeUI-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HaxeUI Example

This is a working example of some HaxeUI code taken from their tutorial.

Tested as a native build on windows using the OpenFL backend.

Install

  1. haxelib install haxeui-core
  2. haxelib install haxeui-openfl
  3. haxelib install openfl
  4. haxelib run openfl setup

Building

haxelib run haxeui-core build openfl --windows

Note: Running haxelib run haxeui-core help build will show you options for different backends, e.g. not providing --windows to the build will default to html (equivalent to --html).

Running

haxelib run haxeui-core run openfl --windows

Note: You can also run the binary directly, located in build/openfl/windows/bin/Main.exe

Scaffolding New Projects

haxelib run haxeui-core create <backend>

Note: Running haxelib run haxeui-core help create will list available backends.

About

Example of using HaxeUI on Windows with the OpenFL backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages