Using Feathers UI and Haxe to build the CRUD task from 7GUIs.
A build of the 7guis-crud sample is hosted on the Feathers UI website, and it may be viewed in any modern web browser.
This project includes an project.xml file that configures all options for OpenFL. This file makes it easy to build from the command line, and many IDEs can parse this file to configure a Haxe project to use OpenFL.
Run the openfl tool in your terminal:
haxelib run openfl test html5
In addition to html5
, other supported targets include windows
, mac
, linux
, android
, and ios
. See Lime Command Line Tools: Basic Commands for complete details about the available commands.
Check out the following tutorials for creating Feathers UI projects in popular development environments: