Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandernanberg/sandbox
đšī¸ Game development sandbox
https://github.com/alexandernanberg/sandbox
react react-three-fiber threejs
Last synced: 2 days ago
JSON representation
đšī¸ Game development sandbox
- Host: GitHub
- URL: https://github.com/alexandernanberg/sandbox
- Owner: alexandernanberg
- License: mit
- Created: 2021-10-02T07:51:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T06:10:37.000Z (5 months ago)
- Last Synced: 2024-06-18T07:31:47.582Z (5 months ago)
- Topics: react, react-three-fiber, threejs
- Language: TypeScript
- Homepage: https://game-sandbox.vercel.app
- Size: 3.32 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sandbox
> Game development sandbox
## Roadmap
### Physics
- [ ] Add joints
- [ ] Ray casting kinematic body### Character controller
- [ ] Movement
### Camera
- [ ] 3rd person camera (similar to GTA)
- [ ] Handle collisions with Threejs objects
- Use ray casts between camera and player (whiskers, 7 casts)