Skip to content

Lightweight Actionscript 3.0 UI framework alternative to Flex.

Notifications You must be signed in to change notification settings

jonathanrpace/Flux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flux UI Framework

A lightweight alternative to Flex. Somewhere between Keith Peter's excellent MinimalComps and Flex.

Flux is designed to be much easier to style and extend than Flex, but you lose some of its deeper features.
If you've used Flex, you should be right at home.

Features :-

Small (~120K).

A well rounded set of controls, including
	PropertyInspector
	List and Tree (including drag and drop)
	Containers (HBox, VBox, Panel)
	Buttons (Toggle, Checkbox, Radio)
	Viewstacks (TabNavigator)
	MenuBar
	ColorPicker
	DropDownMenu
	Slider
	NumericStepper
	TextArea
	TextInput
	NumberInput
	Tooltips
	ProgressBar

Simple styling mechanism 
	Skin is provided via exported symbol SWC from flash.
	Skins are 'baked' into a component when created - no dynamic changing allowed.

Includes a deserializer to turn mxml-style declarative syntax into nested component instances at run-time. 
CursorManager
Component-level focus management
Proportional layout support (100% height/width)
Simple binding mechanism
ArrayCollection (serves as the basis of all dataproviders).


There are currently two examples showing most features (a sandbox and a simple code/design view app).
This project is being actively developed fixed while integrating into a large, GUI heavy app.

If you have any questions feel free to email me.










About

Lightweight Actionscript 3.0 UI framework alternative to Flex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published