A small library that gives you D3 style selections in THREE.js.
JavaScript HTML
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
demos/shadowbars
scripts
src
test
.eslintrc.js
.gitignore
LICENSE
README.md
index.html
index.js
package-lock.json
package.json
rollup.config.dev.js
rollup.config.prd.js

README.md

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.

npm install subunit

The library only has peer dependency on THREE.js. D3 is not required to be loaded on the page.