您的位置:首页 > 其它

flash 一些常用类库工具收集

2009-05-06 18:06 507 查看
http://code.google.com/p/as3-classes/

在google code里面发现一些好东西 值得去分享,可以加快开发速度和维护时间

├─br                                            //bulkLoader(载入管理类)
│  └─com
│      └─stimuli
│          └─loading
│              ├─lazyloaders
│              └─loadingtype
├─com
│  ├─adobe                                      //as3core lib(这个就不用说了吧)
│  │  ├─air
│  │  │  └─logging
│  │  ├─crypto
│  │  ├─errors
│  │  ├─fileformats
│  │  │  └─vcard
│  │  ├─images
│  │  ├─net
│  │  │  └─proxies
│  │  ├─protocols
│  │  │  └─dict
│  │  │      ├─events
│  │  │      └─util
│  │  ├─serialization
│  │  │  └─json
│  │  ├─utils
│  │  └─webapis
│  │      └─events
│  ├─dncompute                          //(可以在Flash内部调整Flash的大小)
│  │  └─canvas
│  ├─dynamicflash                               //Base64类,方便地编码解码,支持byteArray
│  │  └─util
│  ├─hexagonstar                                //一个air Debuger,支持本地和远程调试
│  │  └─util
│  │      └─debug
│  └─pixelfumes                         //倒影类
│      └─reflect
├─gs                                            //TweenLite & TweenMax
│  ├─easing
│  ├─events
│  └─utils
│      └─tween
└─org
├─bytearray                         //封装的远程数据交互(bytearray.org)
│  └─remoting
│      └─events
├─cove                                      //ape物理引擎
│  └─ape
├─flintparticles                            //Flint粒子系统
│  ├─actions
│  ├─activities
│  ├─counters
│  ├─debug
│  ├─displayObjects
│  ├─easing
│  ├─emitters
│  ├─energyEasing
│  ├─events
│  ├─initializers
│  ├─particles
│  ├─renderers
│  ├─utils
│  └─zones
├─lzyy
│  ├─display                                //显示方面的类
│  ├─drawing                                //Pen(从cookbook上扒下来的)
│  └─util                           //平时工作总结加收集的几个类
└─puremvc                                   //pureMVC
└─as3
├─core
├─interfaces
└─patterns
├─command
├─facade
├─mediator
├─observer
└─proxy


第二个queueloader-as3

http://code.google.com/p/queueloader-as3/

可以用于处理一下外部加载文件如xml text css php jsp 等文件格式

第三个 flash3d引擎:

flash sandy引擎

http://code.google.com/p/sandy/

papervision3d

http://code.google.com/p/papervision3d/

away3d

http://away3d.com/

第四个 flash 物理引擎:

Box2d

http://code.google.com/p/box2dx/

FisixEngine

http://www.fisixengine.com/

好暂时补偿一下这些,日后会找更多的

第五个 用于缓动动画的项目,比adobe自带的还好

TweenMax

http://blog.greensock.com/tweenmaxas3/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: