App, is an openFl UI libary devolped for ThinQbator production Use
Features
States - Mobile Native Scrolling mimiced to be IOS - Web Socket Client Networking - Url States - Camera Restrictions - Buttons - Input text with Placeholder - Easy Asset creation - Custom Scaling Engine with setting Object Headers (No streching or black bars) - Info section at bottom with Fps counter, memory , scaling, version , and Mobile bool
Installation
Add the library to your project.xml:
<haxelib name="app" />
And use haxelib to install it:
haxelib install app
Usage
add a new extended State Class [Inital State]
new App();
App.state = new [Inital State]();
removeChild(this);
TODO
- Add Api docs page
- Comment everything