Three.js Journey

Live Demo

  • Double click for fullscreen mode
  • Hold left mouse click to spin and hold right mouse to drag

https://3d-6cubes-p7cft6lj7-ti-buis-projects.vercel.app/

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev