Skip to content

magnuswahlstrand/demo-threejs-fiber-rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Magnus
Sep 6, 2022
0d7d71e · Sep 6, 2022

History

7 Commits
Sep 6, 2022
Sep 6, 2022
Sep 6, 2022
Sep 6, 2022
Sep 6, 2022
Sep 5, 2022
Sep 5, 2022
Sep 5, 2022
Sep 6, 2022
Sep 5, 2022
Sep 5, 2022
Sep 5, 2022
Sep 5, 2022

Repository files navigation

3 Rooms Three.js Scene

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.

promo

Live Demo

Head over to https://demo-threejs-fiber-rooms.vercel.app/ to see the project live.

Running locally

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.