https://github.com/satelllte/r3f
A playground for react-three-fiber.
https://github.com/satelllte/r3f
r3f react-three-fiber threejs threejs-example threejs-learning
Last synced: 5 months ago
JSON representation
A playground for react-three-fiber.
- Host: GitHub
- URL: https://github.com/satelllte/r3f
- Owner: satelllte
- Archived: true
- Created: 2024-01-11T18:16:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T15:10:03.000Z (over 1 year ago)
- Last Synced: 2024-10-27T20:56:18.538Z (over 1 year ago)
- Topics: r3f, react-three-fiber, threejs, threejs-example, threejs-learning
- Language: TypeScript
- Homepage: https://r3f-satelllte.pages.dev
- Size: 701 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Archived. Check out [satelllte/space](https://github.com/satelllte/space) instead**
---
# r3f
A playground for [react-three-fiber](https://github.com/pmndrs/react-three-fiber/).
## Prerequisites
- [Bun v1](https://bun.sh/)
## Getting Started
Install dependencies:
```sh
bun install
```
Run the development server:
```sh
bun run dev
```