Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 634 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 634 Bytes

WebGL Rubik's Cube

Simulation of a Rubik's cube made with JS and WebGL.

⚡️ How can I run it?

Open rubik.html in a web browser

🕹 How can I control it?

The cube can be controlled with the buttons shown below:

⚠️ Warning

To run the code properly, you should disable CORS in your browser. Alternatively, you can start an http server with python in the project directory python3 -m http.server and access rubik.html through localhost, without disabling CORS.