# CocosCreatorDemos **Repository Path**: my_name_is_cc/CocosCreatorDemos ## Basic Information - **Project Name**: CocosCreatorDemos - **Description**: 大道至简。 实现一些常用的需求,提供一些常用的Demo。 Cocos Creator Demos write by yeshao2069 with Cocos Creator Engine. Cocos Creator V3.0.0+ - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: v3.0.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 311 - **Created**: 2021-07-07 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Cocos Creator 示例分享 (Cocos Creator Demos) #### Write by yeshao2069. #### Cocos Creator V3.0.0+ ##### 特别声明: 本示例分享,有部分资源来源于网络,请勿用于任何商业用途,仅作为学习参考,谢谢。   ## 2D Demo 案例 #### 1. [双人分屏效果 DualSplitScreen](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/DualSplitScreen) #### 2. [场景小地图效果 SceneMiniMap](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/SceneMiniMap) #### 3. 实现3D模型显示在UI中效果 [UIMeshRenderer组件方式实现](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/UIMeshRendererDemo) #### 4. 实现3D模型显示在UI中效果 [RenderTexture方式实现 普通模型](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/RenderTextureDemo) #### 5. 实现3D模型显示在UI中效果 [RenderTexture方式实现 支持骨骼动画模型](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/RenderTextureDemoForSkeletalAnimation) #### 6. 镜头围绕人物旋转一周效果 [2D实现物体旋转一周](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/CameraRotateAround2D) #### 7. [无限视差滚动背景效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/ScrollingBackground) #### 8. 物体移动残影效果 [支持sprite图片](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/ObjectMovingShadow) #### 9. 物体移动残影效果 [支持spine动画](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/ObjectMovingShadowForSpine) #### 10. [放大镜效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/Magnifier) #### 11. [刮刮卡效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/ScratchCard) #### 12. [金币飞入钱包效果/金币落袋效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/CoinFlyToWallet) #### 13. [打印机文字效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/PrinterWord) #### 14. [子弹追踪效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/BulletFollow) #### 15. [汉字临摹效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/HanZiWriter) #### 16. [虚拟摇杆](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/2DDemo/VirtualJoyStick) ## 3D Demo 案例 #### 1. 镜头围绕人物旋转一周效果 [旋转摄像机方式实现](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/CameraRotateAround) #### 2. 镜头围绕人物旋转一周效果 [旋转摄像机方式实现(旋转四元数)](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/CameraRotateAroundWithQuat) #### 3. 镜头围绕人物旋转一周效果 [旋转物体方式实现](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/SelfRotateAround) #### 4. [自定义骨骼动画播放效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/CustomizePlaySkeletalAnim) #### 5. [模型换肤效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/ModelDressup) #### 6. [第一人称视角效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/FirstPersonPerspective) #### 7. [3D文本/3D模型血条效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/Model3DText) #### 8. [模拟第一人称射击效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.0.0/3DDemo/FirstPersonShootingSimulate)