app

openFl UI libary devolped for ThinQbator production Use
https://github.com/PXshadow/App

This is not the latest stable version of app. See version 0.3.1 for the latest version.

To install, run:

haxelib install app 0.0.5 

See using Haxelib in Haxelib documentation for more information.

README.md

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
Contributors
PXshadow
Version
0.0.5
Published
8 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub