Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sghall/subunit
A small library that gives you D3 style selections in THREE.js.
https://github.com/sghall/subunit
animation d3js maps threejs webgl webgl2
Last synced: 20 days ago
JSON representation
A small library that gives you D3 style selections in THREE.js.
- Host: GitHub
- URL: https://github.com/sghall/subunit
- Owner: sghall
- License: mit
- Created: 2014-12-06T22:05:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T04:23:11.000Z (about 7 years ago)
- Last Synced: 2024-10-14T07:49:26.182Z (about 1 month ago)
- Topics: animation, d3js, maps, threejs, webgl, webgl2
- Language: JavaScript
- Homepage:
- Size: 37.5 MB
- Stars: 73
- Watchers: 10
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Subunit
Selections in THREE.js
A small library that gives you D3 style selections in THREE.js. Now you can do awesome stuff in WebGL with a familiar API. Subunit selects into a THREE.js scene graph just like selecting into the DOM with D3.
```html
npm install subunit
```The library only has peer dependency on THREE.js. D3 is not required to be loaded on the page.