Reputation: 4896
What are some useful plug-ins, packages or source-code for ActionScript?
Please include ActionScript version, name, link and description.
Upvotes: 21
Views: 8594
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
Reputation: 4212
Common libraries:
http://casalib.org/
http://code.google.com/p/as3corelib/
Physics Engines:
http://box2dflash.sourceforge.net/
http://www.cove.org/ape/
Flash 3D engines:
http://away3d.com/
http://papervision3d.org/
http://alternativaplatform.com/en/
http://www.flashsandy.org/
Tweening:
http://greensock.com/gsap-as/
http://www.gskinner.com/libraries/gtween/
Graph/Chart + Particles:
http://flare.prefuse.org/demo/
Chart:
http://pullmonkey.com/projects/open_flash_chart
Particles:
Game Engine:
https://code.google.com/p/pushbuttonengine/
Augmented Reality:
http://www.libspark.org/wiki/saqoosha/FLARToolKit/en
Upvotes: 15
Reputation: 17617
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
Reputation: 4209
it's powerful 2d library. you should try it ;) http://box2d.org/
Upvotes: 0
Reputation: 3395
A clear, lightweight and performant data structures / collections library:
Layout framework:
Upvotes: 3
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
Reputation: 1188
A client/server framework for creating multiuser applications and multiplayer games.
Upvotes: 0
Reputation: 1
MVC Framework for flash/flex with dependency injection.
Upvotes: 3
Reputation: 3395
A standard UI component library including with focus on customization, data intergration and performance. Including TreeView, ListView, SelectBox, ColorPicker, etc ...
Upvotes: 1
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
Reputation: 10687
Shameles plug, but here it goes:
BulkLoader
A library to manage a simultaneous loading operations.
Upvotes: 2
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
Reputation: 4896
AS2-AS3
Greensock's TweenMax
Simplifies creating animation in code.
Upvotes: 5