buw

Basic and Usefull Widgets (for OpenFL)
https://haxe.tuxfamily.org/buw

To install, run:

haxelib install buw 0.8.6 

See using Haxelib in Haxelib documentation for more information.

README.md

Introduction

BUW - Basic and Usefull Widgets is a GUI library for Haxe and OpenFL.

Copyright Frank Endres / Éducation Nationale, since 2012.

Released under the Cecill-C license.

Features

BUW is a Haxe library providing some controls for the design of a Graphical User Interface (GUI):

  • containers: horizontal / vertical boxes and grid,
  • widgets: buttons, labels, inputs, checkboxes, radioboxes, spinboxes,
  • listviews and tables to display collections of items.

BUW can be used for desktop, mobile and web applications (using OpenFL as backend). Widgets widths are responsive.

Usage

Installation

To install BUW library, run the command:

haxelib install buw

Project setup

To setup a new OpenFL+BUW project, run the command:

openfl create project ProjectName

Then edit project.xml and add the following lines:

<haxelib name="buw" />
<window width="0" height="0" if="html5" />

Links

git clone git://git.tuxfamily.org/gitroot/haxe/buw.git
Contributors
frankendres
Version
0.8.6
Published
6 years ago
License
LGPL

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