Isometric Visuals

Visualization with Rotations.

Great tutorials this weekend on builing 3D looking elements with CSS and HTML, with a little help from JS to switch it around.

I think this is a more materially honest approach compared to doing most of it in javascript and a canvas. Start by establishing the object (html) and style it (css), and then add interactions (js).