Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sghall/d3-threejs

CSS 3D Transforms with D3 and THREE.js
https://github.com/sghall/d3-threejs

d3js html javascript threejs

Last synced: 1 day ago
JSON representation

CSS 3D Transforms with D3 and THREE.js

Awesome Lists containing this project

README

        

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](https://github.com/mrdoob/three.js/blob/dev/examples/js/renderers/CSS3DRenderer.js) 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 [email protected]:sghall/d3-threejs.git
cd d3-threejs
npm install
npm start
```

### You can see a live demo [here](http://projects.delimited.io/experiments/d3-threejs).


d3 threejs

### Get a production build

```
npm run build
```