mxhx-dev / mxhx-feathersui

Adds support for Feathers UI (OpenFL) to MXHX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MXHX for Feathers UI

Registers Feathers UI components for use with MXHX.

Note: You will also need to install either mxhx-component or mxhx-runtime-component, depending on whether you want to create MXHX components at compile-time or at run-time.

Minimum Requirements

  • Haxe 4.0
  • Feathers UI 1.3

Installation

This library is not yet available on Haxelib, so you'll need to install it from Github.

haxelib git mxhx-feathersui https://github.com/mxhx-dev/mxhx-feathersui.git

Project Configuration

After installing the library above, add it to your OpenFL project.xml file:

<haxelib name="mxhx-feathersui" />

You will also need to add one of the following libraries (but probably not both):

<haxelib name="mxhx-component" />

or

<haxelib name="mxhx-runtime-component" />

Usage

The Feathers UI namespace for MXHX is https://ns.feathersui.com/mxhx.

<?xml version="1.0" encoding="utf-8"?>
<f:Application xmlns:mx="https://ns.mxhx.dev/2024/mxhx"
	xmlns:f="https://ns.feathersui.com/mxhx">
	<mx:Declarations>
	</mx:Declarations>
</f:Application>

About

Adds support for Feathers UI (OpenFL) to MXHX

License:Apache License 2.0


Languages

Language:Haxe 91.8%Language:JavaScript 5.9%Language:HTML 2.3%