mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
760 B
Executable File
760 B
Executable File
**TODO: Add more stuff to this README =# **
Documentation
Automatically built via a butler. Note that these documentations are quite prelimary, and needs much cleanup
- Usr Docs : http://gpujs.github.io/usr-docs/
- Dev Docs : http://gpujs.github.io/dev-docs/
HOWTO: Build / Generate Docs
- The following is required to be installed
- node.js
- ant
ant setupRun the setup function once, this will do the followingant setup-gulpInstall gulp inside node.js globalant setup-naturalDocsDownload and NaturalDocs into the docs folder
ant build-docsTo build the HTML documentation inside doc foldergulpTo build the gpu.js file inside bin folder
