sghall / d3-threejs

CSS 3D Transforms with D3 and THREE.js

Home Page:http://projects.delimited.io/experiments/d3-threejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3-threejs

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.

Update September 17, 2017

Updated example to D3 4.0 and THREE.js 0.87

Run it locally

git clone git@github.com:sghall/d3-threejs.git
cd d3-threejs
npm install 
npm start

You can see a live demo here.

d3 threejs

Get a production build

npm run build

About

CSS 3D Transforms with D3 and THREE.js

http://projects.delimited.io/experiments/d3-threejs/

License:MIT License


Languages

Language:JavaScript 71.8%Language:CSS 16.1%Language:HTML 12.0%