Skip to content

mugurm/subunit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SubUnit

Selections in THREE.js

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)

About

Selections in THREE.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.6%
  • HTML 18.9%
  • CSS 0.5%