Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).

Demo gif

> This project is [online](https://trixky.github.io/threejs_journey_r3f).

# Setup

```bash
npm install
npm run dev # check localhost:5173
```