flash 一些常用类库工具收集

来源:互联网 发布:张小西日本代购 知乎 编辑:程序博客网 时间:2024/06/01 08:46

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/

 

 

 

 

 

原创粉丝点击