Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trixky/threejs_journey_r3f
My Implementations of each R3F lessons from the Three.js Journey course by Bruno Simon.
https://github.com/trixky/threejs_journey_r3f
bruno-simon r3f react react-three-fiber threejs threejs-journey webgl
Last synced: about 2 months ago
JSON representation
My Implementations of each R3F lessons from the Three.js Journey course by Bruno Simon.
- Host: GitHub
- URL: https://github.com/trixky/threejs_journey_r3f
- Owner: trixky
- Created: 2024-08-23T08:45:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T21:07:35.000Z (4 months ago)
- Last Synced: 2024-10-12T15:42:00.255Z (3 months ago)
- Topics: bruno-simon, r3f, react, react-three-fiber, threejs, threejs-journey, webgl
- Language: JavaScript
- Homepage: https://trixky.github.io/threejs_journey_r3f/
- Size: 56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# threejs_journey_r3f
My Implementations of each [R3F](https://r3f.docs.pmnd.rs/) (react three fiber) lessons from the [Three.js Journey](https://threejs-journey.com/) course by [Bruno Simon](https://x.com/bruno_simon).
> This project is [online](https://trixky.github.io/threejs_journey_r3f).
# Setup
```bash
npm install
npm run dev # check localhost:5173
```