My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Arctic is a simple haXe GUI framework which allows you to create user interfaces for flash applications. It is unique by supporting both Flash 7, Flash 8 and Flash 9 targets using the same client code.

The user interface is constructed from ArcticBlocks which is a simple enum. 'Call-backs' are done using first order functions.

Layout is done using either stacks of columns, or stacks of lines. A special Filler element is available which will expand to the width available. This can be used to implement things like centering and right alignment of user interface blocks.

Arctic also supported dynamically changing user interfaces, automatically handling partial refresh.

Arctic is so simple that you should have little trouble understanding how it is implemented, and thus it should be easy to extend it to cover your needs.

Arctic is available as a haxelib package. To get the latest release, type haxelib install arctic. If you want the bleeding edge, check the code out from SVN.

Powered by Google Project Hosting