Most useful ActionScript packages / libraries

不打扰是莪最后的温柔 提交于 2019-11-28 14:28:23

问题


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

Please include ActionScript version, name, link and description.


回答1:


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:

http://flintparticles.org/

Game Engine:

https://code.google.com/p/pushbuttonengine/

Augmented Reality:

http://www.libspark.org/wiki/saqoosha/FLARToolKit/en




回答2:


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.




回答3:


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




回答4:


http://www.robotlegs.org/

MVC Framework for flash/flex with dependency injection.




回答5:


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

AS3Commons Collections

Layout framework:

AS3Commons UI - Layouts




回答6:


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




回答7:


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

Axiis an open source data visualization framework. Built on degrafa




回答8:


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.




回答9:


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

AS Data Provider Controls




回答10:


http://www.unionplatform.com

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




回答11:


<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>




回答12:


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




回答13:


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.



来源:https://stackoverflow.com/questions/1785542/most-useful-actionscript-packages-libraries

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!