Kenneth J
Kenneth J

Reputation: 4896

Most useful ActionScript packages / libraries

What are some useful plug-ins, packages or source-code for ActionScript?

Please include ActionScript version, name, link and description.

Upvotes: 21

Views: 8594

Answers (13)

tatactic
tatactic

Reputation: 1385

Did someone already mentioned Starling?

I just discovered this a couple of days ago, so check by yourselves and if someone knows a little about it, I will be glad to know your opinion.

Best regards. Nicolas.

Upvotes: 0

Steely Wing
Steely Wing

Reputation: 17617

Flixel

Flixel is an open source game-making library that is completely free for personal or commercial use. Written entirely in Actionscript 3, and designed to be used with free development tools, Flixel is easy to learn, extend and customize.

Upvotes: 2

Erhan Demirci
Erhan Demirci

Reputation: 4209

it's powerful 2d library. you should try it ;) http://box2d.org/

Upvotes: 0

Kaken Bok
Kaken Bok

Reputation: 3395

A clear, lightweight and performant data structures / collections library:

AS3Commons Collections

Layout framework:

AS3Commons UI - Layouts

Upvotes: 3

Richard Szalay
Richard Szalay

Reputation: 84754

<Shameless self-plug>

asMock : Dynamic mocking framework for AS3 with integration support for FlexUnit 1/4.0/4.1, ASUnit and fluint

</Shameless self-plug>

Upvotes: 0

colin moock
colin moock

Reputation: 1188

http://www.unionplatform.com

A client/server framework for creating multiuser applications and multiplayer games.

Upvotes: 0

http://www.robotlegs.org/

MVC Framework for flash/flex with dependency injection.

Upvotes: 3

Kaken Bok
Kaken Bok

Reputation: 3395

A standard UI component library including with focus on customization, data intergration and performance. Including TreeView, ListView, SelectBox, ColorPicker, etc ...

AS Data Provider Controls

Upvotes: 1

ethyreal
ethyreal

Reputation: 3669

Mate tag-based, event-driven Flex framework. Obviously AS3 and Flex dependent.

Axiis an open source data visualization framework. Built on degrafa

Upvotes: 2

Arthur Debert
Arthur Debert

Reputation: 10687

Shameles plug, but here it goes:
BulkLoader
A library to manage a simultaneous loading operations.

Upvotes: 2

Glenn
Glenn

Reputation: 5342

Things I'm actually using from time to time:

Degrafa: Degrafa is a declarative graphics framework open source licensed under MIT. (AS3)

FlexSpy: Visually inspect and tinker with display components. (Flex3)

AlivePDF: 100% client side PDF generation (AS3)

PureMVC: MVC framework (many platforms...)

Ravis Birdeye: Graph/Network visualization.

FlexLib: Extended controls.

Upvotes: 6

Kenneth J
Kenneth J

Reputation: 4896

AS2-AS3
Greensock's TweenMax
Simplifies creating animation in code.

Upvotes: 5

Related Questions