mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-20 17:55:41 +08:00
.
This commit is contained in:
14
README.md
14
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user