Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ichenpipi/cocos-case-projectile
一个使用 Cocos Creator 3.4 开发的炮弹抛射示例项目。项目核心主题为抛射体运动(Projectile Motion)在游戏开发中的实践。
https://github.com/ichenpipi/cocos-case-projectile
cocos cocos-creator game game-development projectile trajectory
Last synced: 6 days ago
JSON representation
一个使用 Cocos Creator 3.4 开发的炮弹抛射示例项目。项目核心主题为抛射体运动(Projectile Motion)在游戏开发中的实践。
- Host: GitHub
- URL: https://github.com/ichenpipi/cocos-case-projectile
- Owner: ichenpipi
- License: mit
- Created: 2022-04-07T06:08:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T04:32:59.000Z (over 2 years ago)
- Last Synced: 2024-01-27T14:45:37.640Z (10 months ago)
- Topics: cocos, cocos-creator, game, game-development, projectile, trajectory
- Language: TypeScript
- Homepage:
- Size: 1.92 MB
- Stars: 11
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projectile
一个使用 Cocos Creator 开发的炮弹抛射示例项目。
项目核心主题为抛射体运动(Projectile Motion)在游戏开发中的实践。
开源仓库:[https://gitee.com/ifaswind/cocos-case-projectile](https://gitee.com/ifaswind/cocos-case-projectile)
## 相关文章
**《抛射体运动在游戏开发中的实践》**
- 个人博客:[https://chenpipi.cn/post/projectile-motion-in-game-development/](https://chenpipi.cn/post/projectile-motion-in-game-development/)
- Cocos 中文社区:[https://forum.cocos.org/t/topic/133976](https://forum.cocos.org/t/topic/133976)
## 预览
*在线预览:[https://app.chenpipi.cn/cocos-case-projectile/](https://app.chenpipi.cn/cocos-case-projectile/)*
![固定角度和速度](https://image.chenpipi.cn/repositories/cocos-case-projectile/cannon-fixed.gif)
![固定角度](https://image.chenpipi.cn/repositories/cocos-case-projectile/cannon-fixed-angle.gif)
![固定速度](https://image.chenpipi.cn/repositories/cocos-case-projectile/cannon-fixed-velocity.gif)
![不固定角度和速度](https://image.chenpipi.cn/repositories/cocos-case-projectile/cannon-unfixed.gif)
## 环境
游戏引擎:Cocos Creator 3.4.2