0.0.1 • Published 9 years ago

selection-abstract v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

SubUnit gives you an ES6 version of D3 selections that work against a THREE.js scene graph. It allows you to select into the scene and use D3 style syntax.

npm install subunit
bower install subunit

To run the demos, type npm install in the root folder to get the dependencies for the demos.

Run a local server from the root folder...

cd subunit
python -m SimpleHTTPServer 8000 (or your favorite local server)