Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tx7do/ccc-ui-components

Cocos Creator UI Components
https://github.com/tx7do/ccc-ui-components

cocos cocos-creator cocoscreator ui ui-components

Last synced: 3 months ago
JSON representation

Cocos Creator UI Components

Awesome Lists containing this project

README

        

# ccc-ui-components

Cocos Creator一些UI组件。

基于Cocos Creator 3.8.1开发。

## 组件列表

| 组件名称 | 组件分类 | 用途 |
|-------------------|-------|---------------------------------------------------|
| Toast | UI 组件 | 一款类似于 Android Toast 的吐司组件 |
| DropDown | UI 组件 | 下拉菜单组件 |
| VirtualGridList | UI 组件 | 虚拟列表组件 |
| TextMeshPro | UI 组件 | SDF文本渲染组件 |
| QRCode | UI 组件 | 二维码渲染组件 |
| SceneManager | 工具组件 | 受 Android Activity 启动模式启发,将其启动模式复刻到了 CocosCreator |
| AudioManager | 工具组件 | 用来播放本地和远程音频文件 |
| FullScreenAdapter | 工具组件 | 全屏适配器 |
| Maths | 工具组件 | 数学运算的一些工具方法 |
| Singleton | 工具组件 | 单体泛型类 |
| ObjectPool | 工具组件 | 对象池 |
| Platform | 工具组件 | 平台判定的工具方法 |
| GameUtils | 工具组件 | 一些比较零散的工具方法集合 |

## 感谢

- [CocosCreator-Dropdown](https://github.com/ETRick/CocosCreator-Dropdown/tree/master)
- [CCVirtualGridList-for-Cocos-Creator](https://github.com/SituDana/CCVirtualGridList-for-Cocos-Creator)
- [cocomat](https://github.com/cocos/cocomat)
- [Cocos TextMeshPro](https://github.com/LeeYip/cocos-text-mesh-pro)