02
2016
08

pixi和createjs效率对比

一直使用createjs,因为熟悉as的缘故,在pc上,使用createjs效率没问题,开发速度也快,还可以结合animatecc。但是一旦放到移动端,效率就不可忍了,稍微复杂一点,场景大一点,效率骤减,十几帧,甚至有的平板帧频是个位数,而且和平板的价格没有必然的联系。移动端,不用GPU,纯CPU渲染目前来说是不行的。

写了两个小demo,对比一下createjs和pixi.js的效率,pc端看不出区别,用手机或平板打开,区别就很明显了。

pixi.js的demo:

http://hanyeah.com/blog/post/html5/pixi/test01.html

二维码

createjs的demo:

http://hanyeah.com/blog/post/html5/pixi/test01-createjs.html

二维码

egret的demo:

http://hanyeah.com/blog/post/html5/pixi/egretTest/

二维码




« 上一篇下一篇 »

相关文章:

使用Typescript开发基于createjs的项目  (2016-8-25 9:54:40)

createjs中文API  (2016-8-18 8:45:24)

pixijs入门-移动端click  (2016-8-16 15:8:14)

pixijs入门-mouseX  (2016-8-16 14:49:7)

pixijs入门-MovieClip  (2016-8-16 14:0:55)

pixijs入门-ticker  (2016-8-6 16:26:18)

pixi和egret效率对比2  (2016-8-6 15:6:9)

pixijs入门-继承  (2016-8-3 9:22:26)

pixijs入门-动画  (2016-8-2 16:51:2)

pixijs入门-事件  (2016-8-2 15:10:29)

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。