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

功能建议:可以添加对phaser的sdk么 #40

Closed
zk-luke opened this issue Oct 5, 2017 · 4 comments
Closed

功能建议:可以添加对phaser的sdk么 #40

zk-luke opened this issue Oct 5, 2017 · 4 comments

Comments

@zk-luke
Copy link

zk-luke commented Oct 5, 2017

如果可以的话,希望能添加对phaser支持的SDK。

@akdcl
Copy link
Member

akdcl commented Oct 10, 2017

目前还不支持 phaser,可以尝试使用 egret,不过可以看到,龙骨运行时对接一个引擎并不是十分的复杂,代码量通常只有几百行,你可以试试支持:)

@zk-luke
Copy link
Author

zk-luke commented Oct 10, 2017

主要是公司技术栈一直是phaser,看龙骨很好用,就想配合下使用。
我看了下pixi的SDK,不是很复杂。
phaser主要是没有mesh,phaser在集成pixi的时候把mesh给去掉了。
我自己想自己写个对phaser的sdk,但有个地方有点不明白,想请教下:如果想加mesh功能(播放mesh动画)会有很大工作量么?需要了解egret的底层么,mesh所有相关的部分?

@akdcl
Copy link
Member

akdcl commented Oct 10, 2017

如果加 mesh 功能,就需要对 mesh 有了解,但不需要对 egret 有了解,因为 db 的核心逻辑是和渲染引擎无关的,不过你可以借鉴 egret 的 mesh 或 pixi 的 mesh 渲染来尝试,通常渲染 mesh 需要涉及到渲染底层

@akdcl
Copy link
Member

akdcl commented Nov 21, 2017

已经添加了对 phaser 的支持。

@akdcl akdcl closed this as completed Nov 21, 2017
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

2 participants