Demonstration of CSS 3D Transforms using D3 and Three.js.
NOTE: This is not using WebGL but rather HTML/SVG elements transformed in 3D space using the CSS 3D renderer from the THREE.js repo.
Updated example to D3 4.0 and THREE.js 0.87
git clone [email protected]:sghall/d3-threejs.git
cd d3-threejs
npm install
npm start
You can see a live demo here.
npm run build