threejs-dash-gen
threejs-dash-gen copied to clipboard
Automatically generate three.js dash docset
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:
- 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
Update
Please file an issue there if you want to update the docs. Thanks.