haXe-NME-UI
haXe-NME-UI copied to clipboard
Skinnable UI Components for haXe NME
haXe-NME-UI
Skinnable UI Components for haXe NME
I use minimalcomps a lot in my AS3 prototyping, so I wanted to use it for haXe also. Luckely someone did already the heavy lifting (Beeblerox). There are some changes made to the original haXe translation because it didn't work on Android.
Todo
- CheckBox doesn't render correctly on Android
- RadioButton doesn't render correctly on Android
Components
For my project I didn't need all components. So I created a small (mobile) subset.
- CheckBox
- InputText
- Label
- PushButton
- RadioButton
and for easy positioning
- VBox
- HBox
MinimalComps vs this
The original minimalcomps are still in working order, but the
- dropshadows are gone (that doesn't work except in Flash)
- default font is "_sans"
Sources
MinimalComps is created by Keith Peters (bit-101.com).
Minimal ActionScript 3.0 UI Components for Flash
https://github.com/minimalcomps/minimalcomps
A haxe port of Bit-101s minimal components for AS3 by Beeblerox (Zaphod)
https://github.com/Beeblerox/MinimalCompsHX
I used the Android GUI PSD version 2.0 prepared by Vladimir Grishin for my examples
http://vgrishin.me/android_gui.html