Automatically generate three.js docset for local browsing in Dash from three.js official HTML docs.
Joshua Zhang @toruta39
To install:
- Download ZIP: https://github.com/toruta39/threejs-dash-gen/archive/master.zip
- Unarchive and open threejs.docset 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
Please file an issue there if you want to update the docs. Thanks.