Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanamura/as3tf

Various classes and functions for Flash/ActionScript programming.
https://github.com/hanamura/as3tf

actionscript flash

Last synced: 29 days ago
JSON representation

Various classes and functions for Flash/ActionScript programming.

Awesome Lists containing this project

README

        

as3tf
=====

Various classes and functions for Flash/ActionScript programming.

This library is still very unstable.

Main Features
-------------

* **Core Utility Functions** – frequently used functions for primitive objects

See `org.typefest.core.*`

* **Basic Data Structure with Notifications** – map, set, and list with events

See `org.typefest.data.*`

* **Layout** – sizing and positioning objects in a declarative way

See `org.typefest.display.layout.*`

* **Event Handling, Asyncronized Procedures** – managing events and asyncronized procedures out of chaos

See `org.typefest.proc.*`

* **Accessible Primitive Shapes** – simple wrappers for simple shapes

See `org.typefest.display.shape.*`

Samples and docs havn’t been written yet.