This commit is contained in:
dgflash
2022-06-28 14:42:21 +08:00
parent 55df843060
commit 7bdd8bd5d8

View File

@@ -82,12 +82,12 @@ oops-framework 基于 Cocos Creato 3.x 开发的一款游戏框架
2. 热更新组件配套生成热更数据插件 [【教程传送门】](https://blog.csdn.net/weixin_39324642/article/details/124483993?spm=1001.2014.3001.5502)
#### 第三方源码库
| 库名 | 介绍 | 原创 |
| ------------- | --------------------------------------------------------------------- | ------------------------------------------------------------ |
| WebSocket | 原创者设计灵活,易扩展自定义协议 | [原创](https://github.com/wyb10a10/cocos_creator_framework) |
| animator | 可视化动画状态机与Untiy的Animator使用体验类似扩展3D骨骼动画支持 | [原创](https://github.com/LeeYip/cocos-animator) |
| model-view | MVVM组件库原库为cc2.x版本本人升级到cc3.x | [原创](https://github.com/wsssheep/cocos_creator_mvvm_tools) |
| ECS | Entity-Component-System原码升级优化过 | [原创](https://github.com/shangdibaozi/ECS) |
| 库名 | 介绍 | 原创 |
| ---------- | ------------------------------------------------------------------- | ------------------------------------------------------------ |
| WebSocket | 原创者设计灵活,易扩展自定义协议 | [原创](https://github.com/wyb10a10/cocos_creator_framework) |
| animator | 可视化动画状态机与Untiy的Animator使用体验类似扩展3D骨骼动画支持 | [原创](https://github.com/LeeYip/cocos-animator) |
| model-view | MVVM组件库原库为cc2.x版本本人升级到cc3.x | [原创](https://github.com/wsssheep/cocos_creator_mvvm_tools) |
| ECS | Entity-Component-System原码升级优化过 | [原创](https://github.com/shangdibaozi/ECS) |
#### 第三方 NPM 库
| 库名 | 介绍 | 安装 | 原创 |
@@ -115,4 +115,4 @@ oops-framework 基于 Cocos Creato 3.x 开发的一款游戏框架
#### [开源框架 oops-framework github](https://github.com/dgflash/oops-framework)
#### 文档
[MVVM](https://gitee.com/dgflash/oops-framework/blob/master/doc/mvvm/MvvmInfo.md)
[MVVM](https://gitee.com/dgflash/oops-framework/tree/master/doc/mvvm)