Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sghall/d3-threejs
- Owner: sghall
- License: mit
- Created: 2014-03-12T06:00:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T04:07:32.000Z (over 7 years ago)
- Last Synced: 2024-04-14T12:30:18.560Z (10 months ago)
- Topics: d3js, html, javascript, threejs
- Language: JavaScript
- Homepage: http://projects.delimited.io/experiments/d3-threejs/
- Size: 983 KB
- Stars: 304
- Watchers: 20
- Forks: 109
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
### Get a production build
```
npm run build
```