kunpolibrary/README.md

53 lines
1.9 KiB
Markdown
Raw Normal View History

2025-02-20 11:27:28 +08:00
# KunpoLib
2025-02-23 14:20:42 +08:00
基于 Cocos Creator 3.0+ 的一套游戏框架,提供了一系列实用模块,帮助开发者快速构建高质量的游戏项目。
2025-02-26 15:10:04 +08:00
项目持续优化中,敬请期待~~~
2025-02-20 11:27:28 +08:00
2025-02-26 15:10:04 +08:00
## 安装kunpocc
项目已发布到 `npm`, 安装方法如下:
> 如果连不上npm, 可使用国内镜像 比如: 阿里
2025-02-20 11:27:28 +08:00
```bash
npm install kunpocc
```
2025-02-26 15:10:04 +08:00
# 目录
1. [项目配置](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Basic.md)
2. [UI模块](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/UI.md)
3. [实体组件模块](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/EC.md)
4. [网络模块](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/HTTP.md)
5. [四叉树](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/QuadTree.md)
6. [行为树](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/BehaviorTree.md)
7. [资源管理](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Asset.md)
8. [条件显示节点 (一般用于UI上的红点)](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Condition.md)
9. [全局事件](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Event.md)
10. [全局计时器](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Timer.md)
11. [平台工具](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Platform.md)
12. [屏幕尺寸](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Screen.md)
2025-03-07 17:32:03 +08:00
13. [小工具](https://github.com/Gongxh0901/kunpolibrary/blob/main/docs/Tools.md)
2025-02-20 11:27:28 +08:00
## 类型支持
该库完全使用 TypeScript 编写,提供完整的类型定义文件。
## 许可证
ISC License
## 作者
gongxh
## 联系作者
* 邮箱: gong.xinhai@163.com
## 仓库
2025-02-26 15:10:04 +08:00
[kunpocc gitree地址](https://gitee.com/gongxinhai/kunpolibrary)
2025-02-20 11:34:16 +08:00
[kunpocc github地址](https://github.com/Gongxh0901/kunpolibrary)
2025-02-20 11:27:28 +08:00
2025-02-26 15:10:04 +08:00
2025-02-20 11:27:28 +08:00
[github demo地址](https://github.com/Gongxh0901/KunpoDemo)
[gitee demo地址](https://gitee.com/gongxinhai/kunpo-demo)