gpu.js/folder-structure.md
2016-02-27 16:35:28 +08:00

247 B

  • bin : The compiled JS files, and its minified version?
  • demo : demo HTML files
  • lib : External library JS files
  • src : The source javascript
  • test
    • lib : the QUnit library
    • html : the QUnit html page
    • src : The unit test source code