/threejs-dash-gen

Automatically generate three.js dash docset

Primary LanguageHTMLMIT LicenseMIT

Three.js Dash Docset Generator

About

Automatically generate three.js docset for local browsing in Dash from three.js official HTML docs.

Author

Joshua Zhang @toruta39

Usage

To install:

To generate:

  • Install node.js, CoffeeScript and PhantomJS if you haven't installed them yet.
  • Clone this repo with recursive flag: git clone --recursive https://github.com/toruta39/threejs-dash-gen
  • In the repo's root directory, run: npm install && npm start
  • Open threejs.docset to install

Update

Please file an issue there if you want to update the docs. Thanks.