Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 602 Bytes

Three.js Fundamentals (R3F Version)

My journey learning react-three-fiber began by recreating examples from the Three.js Fundamentals website. I reckon it might get handy for someone, so I share the code on GitHub.


Three.js Fundamentals (React Three Fiber) Open Graph Image


1. Install the dependencies

$ npm i

2. Start a development server

$ npm run dev