Open
Conversation
Owner
|
个人感觉这个功能不是很有必要欸的,想不到应用场景,你是想把它接入到你的其他应用中吗?感觉没有必要在运行时进行格式转换吧🤔 |
Author
|
我对应的场景是同时支持低版本的spine skel导入。应用本体可以做到都使用指定版本的spine,但是因为历史原因,外部导入的没法保证这一点,也需要做到向前兼容。 |
Owner
感觉这种情况可以直接在你所说的那个应用中做相应的修改,而不是这个仓库,毕竟不同开发者使用方式可能不同(最简单的使用方式就是直接调用exe😉)。当然如果API设计良好的话也是可以的。 |
Author
|
感谢回复,理解您的想法,实际上目前pr的内容也并没有关于 api 的设计,只是作为后续如果有人有相似需求的一个参考。目前先挂在这吧(指WIP) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
如题,我目前只是对应我自己的需求进行了一下封装。(我只需要转到 4.2)
对应普遍场景的接口设计还没考虑。
先拿出来供有需求的人参考。