Files
oops-framework/README.md

54 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# oops-framework
#### 介绍
oops-framework 基于 Cocos Creato 3.x 开发的一款游戏框架
1. 提供游戏常用功能库,提高开发效率
2. 提供业务模块开发的模板,降低程序设计难度
3. 框架内置模块低耦合,可自行删除不需要的模块
#### 基础功能
1. 资源管理
2. 音乐管理
3. 界面管理
- 屏幕自适应
- 主界层
- 弹窗层
- 模式弹窗层
- 系统消息层
- 数据驱动加载界面
4. 多语言管理
- 文本多语言组件
- 图片多语言组件
5. 网络模块
- HttpRequest
6. 全局消息管理
7. 随机数生成器
8. 定时器管理
#### 工具库
1. 异步队列
2. 日志管理
3. 字符串处理
4. 基础数学库
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)
4. seedrandom 带随机种子的随机数库 [原创者代码地址](https://www.npmjs.com/package/seedrandom)
5. ECS 框架 [原创者代码地址](https://github.com/shangdibaozi/ECS)
6. 资源打包zip加载 [原创者代码地址](https://github.com/Stuk/jszip)
7. behavior-tree 行为树
8. 本地存储库数据加密
9. MD5、Crypto
#### [源码下载地址](https://gitee.com/dgflash/oops-framework)
#### [框架部分功能演示](https://oops-1255342636.cos-website.ap-shanghai.myqcloud.com/oops-framework/)
#### [框架实现的解决方案演示](https://oops-1255342636.cos-website.ap-shanghai.myqcloud.com/oops-solution/)
#### [联机游戏框架 oops-mgobe](https://store.cocos.com/app/detail/3574)
#### 注:
打开项目请用Cocos Creator v3.4.1 以上版本
#### 学习交流QQ群798575969