A small 3D showcase, written after completing 50% of Bruno Simon's excellent course on ThreeJS. Written with React-Three-Fiber, 3D models from kenney.nl.
The scene is inspired by the 3D course overview from threejs-journey.com.
Head over to https://demo-threejs-fiber-rooms.vercel.app/ to see the project live.
First, install the dependencies:
npm i
Then, run the development server:
npm run dev
Open http://localhost:5173 with your browser to see the result.