Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hanamura/as3tf
- Owner: hanamura
- License: other
- Created: 2009-05-02T10:37:23.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-02-04T04:49:37.000Z (almost 11 years ago)
- Last Synced: 2024-11-15T16:41:51.272Z (about 2 months ago)
- Topics: actionscript, flash
- Language: ActionScript
- Homepage:
- Size: 570 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - as3tf - Various classes and functions for Flash/ActionScript programming. (Unsorted / Other API)
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.