Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steve245270533/react-three-egg
由r3f构建的第三人称闯关类游戏
https://github.com/steve245270533/react-three-egg
r3f react threejs
Last synced: about 2 months ago
JSON representation
由r3f构建的第三人称闯关类游戏
- Host: GitHub
- URL: https://github.com/steve245270533/react-three-egg
- Owner: Steve245270533
- License: mit
- Created: 2023-12-18T14:22:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-15T08:59:15.000Z (10 months ago)
- Last Synced: 2024-03-15T09:54:48.252Z (10 months ago)
- Topics: r3f, react, threejs
- Language: TypeScript
- Homepage: https://steve245270533.github.io/react-three-egg/
- Size: 1.4 MB
- Stars: 25
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## react-three-egg(蛋仔派对three.js版)
### 项目介绍
利用`react` + `threejs`技术栈构建的第三人称Q版闯关类游戏
### 操作
行走:`↑` / `↓` / `←` / `→`(方向键)
跳跃:`空格`
### 技术栈
- `react`
- `three`
- `@react-three/fiber`
- `@react-three/rapier`> **说明:**
>
> 本项目源码并非本人开发,原作者信息如下
>
> 本仓库在源代码基础上,去除了多人(WebRTC)逻辑,更换为`vite`,简化了部分代码逻辑,并适量提高代码可读性。供大家入门学习。开源不易,感谢大家多多star⭐⭐⭐
>
> [GitHub主页](https://github.com/wiledal)
>
> [原作者codesandbox](https://codesandbox.io/u/wiledal)
>
> [原项目在线地址](https://codesandbox.io/p/sandbox/trip-fellas-wip-9d4vm9)