/three-js

three.js Elements

Primary LanguageJavaScript

three-js

three-js is a set of three-js elements wrapped as custom webcomponents made for usage in ThreeJS.jl.

Set up

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.

Acknowledgements

This project was forked from the original three-js project by the excellent Polymer team. Thanks for all the awesome work Polymer!

Contributing

Please open Feature requests as Github issues. Pull requests are also welcome!