WebGL Rubik's Cube built with THREE.js
A WebGL Rubik's Cube built with THREE.js. Click and drag to move the cube around and to rotate.
Built as a learning exercise in THREE.js
- Download the project
- Run
npm install
- Project is built with VITE so run
npm run dev
to start a local server andnpm run build
for building