three-js is a set of three-js elements wrapped as custom webcomponents made for usage in ThreeJS.jl.
bower install rohitvarkey/three-js
If you are editing a local Git repository, you can also do bower install ./.#branch
, where "branch" is the name of your Git branch. This allows for
easier development.
Now run a server from the top level directory and try visiting bower_components/three-js/test.html
in your browser! For example, this is done easily with python -m SimpleHTTPServer
,
which makes http://localhost:8000/bower_components/three-js/test.html the URL.
This project was forked from the original three-js project by the excellent Polymer team. Thanks for all the awesome work Polymer!
Please open Feature requests as Github issues. Pull requests are also welcome!