A minimal canvas demonstration of 3D cube rotation using
Rodrigues’ rotation formula.
a simple cube rendered in a browser canvas with basic rotation logic.
To experiment or modify the demo:
- Edit
script.jsfor rotation logic. - Style the canvas or interface in
style.css.