Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能在小程序不当中也使用adapter达到使用createjs等框架的目的吗 #11

Open
wallowbear opened this issue Jun 27, 2018 · 4 comments

Comments

@wallowbear
Copy link

能在小程序不当中也使用adapter达到使用createjs等框架的目的吗

@finscn
Copy link
Owner

finscn commented Jun 28, 2018

目前还没有尝试对createjs做适配

@lqloveball
Copy link

测试是可以兼容 createjs 的,createjs 的 touch需要自己修改

@finscn
Copy link
Owner

finscn commented Aug 28, 2018

@lqloveball , 能否分享一下怎么做的修改 谢谢了

@lqloveball
Copy link

主要2个问题

  1. touch 方面
    修改easeljs/ui/Touch.js
    2、画线bug
    修改easeljs/display/Graphics.js

修改代码.zip

编译后createjs代码 只包含tweenjs easeljs,加载与声音 额外自己实现
createjs-wx.js.zip

createjs 结合 Animate进行小游戏开发。
缓存资源加载、缓存资源版本处理。等项目上线实践后会进行代码开源。
目前未对stageGL版本进行修改,只适合简单无性能要求项目

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants