Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potato47/awesome-cocos-creator
Cocos Creator 资源汇总
https://github.com/potato47/awesome-cocos-creator
List: awesome-cocos-creator
awesome awesome-list cocos cocos-creator
Last synced: 3 months ago
JSON representation
Cocos Creator 资源汇总
- Host: GitHub
- URL: https://github.com/potato47/awesome-cocos-creator
- Owner: potato47
- Created: 2018-09-12T12:11:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T11:40:27.000Z (almost 4 years ago)
- Last Synced: 2024-04-10T10:18:02.092Z (7 months ago)
- Topics: awesome, awesome-list, cocos, cocos-creator
- Size: 50.8 KB
- Stars: 289
- Watchers: 11
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-cocos-creator - Cocos Creator 资源汇总. (Other Lists / PowerShell Lists)
README
# Awesome Cocos Creator
## 游戏
|名称|源码|试玩|备注|
|---|----|----|---|
|jump|[源码](https://github.com/potato47/jump)|[在线试玩](https://potato47.github.io/game/jump)|微信跳一跳复刻|
|so-many-games|[源码](https://github.com/potato47/so-many-games)|[在线试玩](https://potato47.github.io/so-many-games/desktop)|竖屏小游戏合集|
|brick-breaker|[源码](https://github.com/potato47/brick-breaker-master)||打砖块|
|nhwc-client|[源码](https://github.com/potato47/nhwc-client)||毕业设计,多人联机你画我猜|
|try-to-hug|[源码](https://github.com/potato47/try-to-hug)||参加2018年厦门CiGA48小时游戏制作比赛作品|
|reversi-online|[源码](https://github.com/potato47/reversi-online)||基于socket.io多人房间匹配黑白棋|
|get47|[源码](https://github.com/potato47/get47)||一个原创消除类小游戏|
|start-catcher|[源码](https://github.com/potato47/star-catcher)||Cocos Creator文档摘星星示例游戏typescript版|
|babykylin_scmj|[源码](https://github.com/babykylin/babykylin_scmj)||幼麟棋牌,比较完整的商业棋牌源码|
|beimi|[源码](https://gitee.com/beimigame/beimi)||贝密棋牌集合,包含麻将、斗地主、德州|
|Physical-Pinball|[源码](https://gitee.com/beimigame/beimi)|[在线试玩](https://www.super-cell.club/physical-pinball/)|Cocos Creator 2.0.1 + Javascript 物理弹球|
|CCFish|[源码](https://github.com/fylz1125/CCFish)||单机版捕鱼达人,TS|
|SixClear|[源码](https://github.com/zx6733090/SixClear)|[在线试玩](https://zx6733090.github.io/)|六边形消除微信小游戏|
## 教程
- cocos-creator-tutorial [地址](https://github.com/potato47/cocos-creator-tutorial)
> Cocos Creator 2.0 教程,更新中
- Cocos Creator插件视频教程 https://forum.cocos.com/t/cocos-creator/69105
- Cosos Creator 2.2.X shader 教程(入门篇) https://forum.cocos.org/t/cosos-creator-2-2-x-shader/87180
## 组件
- 摇杆 https://github.com/potato47/joystick
- 日历组件 https://forum.cocos.com/t/topic/72433
## 插件
- 浏览器实时查看节点树,节点属性,组件,内存等信息 [传送门](https://github.com/potato47/ccc-devtools)
- 热更新可视化面板 [传送门](http://forum.cocos.com/t/manifest/44397) [github](https://github.com/tidys/CocosCreatorPlugins/tree/master/packages/hot-update-tools)
- 运行时查看节点树Chrome插件版 [传送门](http://forum.cocos.com/t/chrome-creator/55669)
- 运行时查看节点树Creator插件版 [传送门](http://forum.cocos.com/t/cc-inspector/67227)
- 编辑器内查看文档 [传送门](http://forum.cocos.com/t/creator/61830)
- 编辑器内看知乎233 [传送门](https://github.com/potato47/ccc-plugin-boring)
- js支持函数跳转,VS Code 插件 [传送门](https://github.com/potato47/vscode-cocos-creator-js)
- 快速打开scene、prefab,Cocos Creator 插件 [传送门](https://github.com/potato47/cocos-creator-quick-open-x)
- CocosCreator 行为树编辑器 - behavior-dog [传送门](https://forum.cocos.org/t/cocoscreator-behavior-dog/96393)
## 解决方案
- FairyGUI:独立UI编辑器 [官网](http://www.fairygui.com/)
- 常用Demo集合 [传送门](https://github.com/Leo501/CocosCreatorTutorial)
- 一个简单的游戏框架 [传送门](https://huangx916.github.io/2019/01/01/gameplayframework/) [github](https://github.com/huangx916/GameplayFramework)
- cocos creator项目基础类库,包括socket, http网络连接,资源加载与管理,ui加载与管理,热更新实现机制,定时器,事件系统,tween动画工具, 音效播放,常用控件如recycle listview,recycle scrollview等 [传送门](https://github.com/caochao/cocos_creator_proj_base)
- 微信小游戏声明文件d.ts [传送门](https://github.com/peony-ma/wxOpenDataContext)
- 背景模糊效果2.1.1+ [传送门](https://github.com/wheatup/cocos-creator-blur-mask)
- MVVM库,数据UI绑定 [github](https://github.com/wsssheep/cocos_creator_mvvm_tools) [论坛](https://forum.cocos.com/t/ui-mvvm/78821)
- 全平台横竖屏动态切换 [论坛](https://forum.cocos.com/t/topic/79780)
- Android启动短暂黑屏,自定义启动页 [论坛](https://forum.cocos.com/t/cocos-creator-android-2/83154)
- cocos creator加载gif图片 [论坛](https://forum.cocos.com/t/gif/84200/2)
- ScrollView 性能优化 [官方公众号](https://mp.weixin.qq.com/s/XjjwbmCzTQZd6snN82Q8jA)
- 2.3.0 场景转场特效 [传送门](https://github.com/2youyou2/transitions)
- 2.3+ Shader示例&教程[传送门](https://github.com/zhitaocai/CocosCreatorShaderEffectDemo)
- Cocos Creator 微信小游戏平台启动与包体优化 [论坛](https://forum.cocos.org/t/cocos-creator-50/94999)
- Cocos Creator 一种「无侵入」资源加密方案 [传送门](https://forum.cocos.org/t/cocos-creator/95492)
- 【乐府】使用CocosCreator模拟书本翻页效果 [传送门](https://forum.cocos.org/t/cocoscreator/96358)
- 流体渲染,液体效果 [传送门](https://forum.cocos.org/t/topic/97137)
- 雷达图 [传送门](https://forum.cocos.org/t/cocos-creator/97187)## 论坛精华
- 网上资源汇总 [https://forum.cocos.com/t/creator/44782](https://forum.cocos.com/t/creator/44782)
- Cocos Creator—最佳构建部署实践 [传送门](http://forum.cocos.com/t/cocos-creator/54203/52)
- Creator2.0自定义材质演示 [传送门](http://forum.cocos.com/t/creator2-0/64727/62) [github](https://github.com/colinsusie/creator_2_0_material_demo)
- 2.0 Shader组件 [传送门](http://forum.cocos.com/t/creator2-0shader/64755/9)
- Cocos Creator 性能优化:DrawCall [传送门](https://forum.cocos.org/t/cocos-creator-drawcall/95043)
- 自定义渲染合批之自定义顶点格式 [传送门](https://forum.cocos.org/t/demo/95087)
- 解读 Cocos Creator 引擎:让实例化快 50% 的原理,“拖节点”性能会更好吗?[传送门](https://forum.cocos.org/t/cocos-creator-50/92957)## 荣耀讲师系列
- 第一期 —— “我的 Cocos Creator 游戏开发实践”
- KUOKUO众享 —— Cocos Creator 教程总览 https://forum.cocos.org/t/cocos/83536/23
- 潘旭 —— 零基础入门系列 https://forum.cocos.org/t/cocos/83536/25
- 一枚小工 —— Cocos Creator 小游戏开发 https://forum.cocos.org/t/cocos/83536/9
- ClearX —— 3D赛车游戏实现,demoe分享 https://forum.cocos.org/t/cocos/83536/15
- ClearX —— 如何让绳子关节组件Rope与其他物体产生碰撞产生缠绕的效果 https://forum.cocos.org/t/cocos/83536/16
- 天煞魔猎手 —— Cocos Creator Android 启动优化 https://forum.cocos.org/t/cocos/83536/3
- 白玉无冰 —— 用摄像机实现残影幻影拖尾效果 https://forum.cocos.org/t/cocos/83536/24
- 楚游香 —— 给项目瘦身,Cocos Creator 项目资源清理工具-AssetCleaner使用教程 https://forum.cocos.org/t/cocos/83536/20
- 蟹老板 —— 小游戏“单挑篮球”开发过程分享 https://forum.cocos.org/t/cocos/83536/21
- 宝爷 —— Cocos Creator 通用框架设计——网络 https://forum.cocos.org/t/cocos/83536/26
- ituuz —— Cocos Creator 实现战旗类游戏<火焰纹章>移动范围效果 https://forum.cocos.org/t/cocos/83536/18
- 第二期 TODO
- 第三期 TODO## 博客
- ifeel https://www.ifeelgame.net/
- BigBear https://blog.csdn.net/zzx023/article/category/8089355
- oedx https://oedx.github.io/
- 宝爷 https://www.cnblogs.com/ybgame/