Rubiks Cube Three JS is the Three JS 3D implementation of Magic Cube using a unique approach.
Visit Live App: https://rubiks-cube-threejs.vercel.app/
No Affiliation intended to "Rubik's Brands"
- First Version of implementation ✅
- Second Version done (Final Version) ✅
- UI Implementation ✅
- Final Product Release! ✅
- Production Bug Fixed ✅
- All the standard cube moves are represented in terms of buttons
- Shuffle button for shuffling the cube
- Reset camera button for resetting the view
Clone the repository and run the following commands in the cloned repo directory
> npm i
> npm run dev
Pull requests for different algorithms and approach are welcome. For major changes, please open an issue first to discuss what you would like to change.