mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-06-06 19:19:33 +08:00
更新介绍文档
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
||||
# oops-framework
|
||||
|
||||
#### 介绍
|
||||
Cocos Creato 3.x 版本的游戏框架,框架中集成一些优秀的第三方库
|
||||
Cocos Creato 3.x 版本的游戏框架,框架中集成一些优秀的第三方库,基本游戏开发常用的功能都支持
|
||||
|
||||
#### 基础功能
|
||||
1. 资源管理
|
||||
@@ -30,12 +30,12 @@ Cocos Creato 3.x 版本的游戏框架,框架中集成一些优秀的第三方
|
||||
5. 常用UI组件
|
||||
|
||||
#### 集成优秀的第三方库
|
||||
1. WebSocket 框架(原创者设计灵活容易扩展自定义协议)[原创者代码地址](https://github.com/wyb10a10/cocos_creator_framework)
|
||||
2. animator 可视化动画状态机(与Untiy3D的Animator使用体验类似,源库上做了三维骨骼动画的支持) [原创者代码地址](https://github.com/LeeYip/cocos-animator)
|
||||
3. model-view MVVM组件库(源库为cc2.x版本,本人升级到cc3.x) [原创者代码地址](https://github.com/wsssheep/cocos_creator_mvvm_tools)
|
||||
1. WebSocket 框架(原创者设计灵活,易扩展自定义协议)[原创者代码地址](https://github.com/wyb10a10/cocos_creator_framework)
|
||||
2. animator 可视化动画状态机(与Untiy3D的Animator使用体验类似,扩展三维骨骼动画支持) [原创者代码地址](https://github.com/LeeYip/cocos-animator)
|
||||
3. model-view MVVM组件库(原库为cc2.x版本,本人升级到cc3.x) [原创者代码地址](https://github.com/wsssheep/cocos_creator_mvvm_tools)
|
||||
4. seedrandom 带随机种子的随机数库 [原创者代码地址](https://www.npmjs.com/package/seedrandom)
|
||||
5. ECS 框架 [原创者代码地址](https://github.com/shangdibaozi/ECS)
|
||||
6. Json资源打包zip加载 [原创者代码地址](https://github.com/Stuk/jszip)
|
||||
6. 资源打包zip加载 [原创者代码地址](https://github.com/Stuk/jszip)
|
||||
7. behavior-tree 行为树
|
||||
8. 本地存储库数据加密
|
||||
9. MD5、RSA、Crypto
|
||||
Reference in New Issue
Block a user