Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tx7do/ccc-ui-components
- Owner: tx7do
- License: mit
- Created: 2024-01-18T02:02:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T02:02:11.000Z (4 months ago)
- Last Synced: 2024-10-19T04:09:27.573Z (4 months ago)
- Topics: cocos, cocos-creator, cocoscreator, ui, ui-components
- Language: TypeScript
- Homepage:
- Size: 5.85 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)