A Virtual RubixCube made with Three.js. This was made to learn about Three.js and Computergraphics in general.
It was also suprisingly challenging to create the cube data structure itself in a way so that you could turn it.
The Controls are a little crude right now,
but you can turn each row on every Axes just like on a real RubixCube.
| Key |
Action |
| W |
Turn 1 Row to the left |
| E |
Turn 2 Row to the left |
| R |
Turn 3 Row to the left |
| Key |
Action |
| S |
Turn 1 Row to the left |
| D |
Turn 2 Row to the left |
| F |
Turn 3 Row to the left |
| Key |
Action |
| X |
Turn 1 Row to the left |
| C |
Turn 2 Row to the left |
| V |
Turn 3 Row to the left |