An example using three.js to render a cube with an isometric camera.
Adapted from this example.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Three.js animated cube" />
<title>Three.js animated cube</title>
<link type="text/css" href="index.css" rel="stylesheet"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r71/three.min.js"></script>
</head>
<body>
<script src="index.js"></script>
</body>
</html>
Modified http://cdnjs.cloudflare.com/ajax/libs/three.js/r71/three.min.js to a secure url
https://cdnjs.cloudflare.com/ajax/libs/three.js/r71/three.min.js