WebMonkeys

所属分类:GPU/显卡
开发工具:JavaScript
文件大小:19KB
下载次数:0
上传日期:2016-10-23 02:18:47
上 传 者sh-1993
说明:  在JavaScript上进行大规模并行GPU编程,简单明了。
(Massively parallel GPU programming on JavaScript, simple and clean.)

文件列表:
LICENSE (1071, 2016-10-23)
examples (0, 2016-10-23)
examples\index.html (608, 2016-10-23)
examples\mapReduce.js (2838, 2016-10-23)
examples\minerMonkeys.js (3081, 2016-10-23)
examples\renderSineWaves.js (989, 2016-10-23)
examples\searchFor987654321.js (1520, 2016-10-23)
examples\squareNumbers.js (534, 2016-10-23)
examples\useRawBuffers.js (1026, 2016-10-23)
examples\usingLibs.js (500, 2016-10-23)
examples\vectorMultiplication.js (970, 2016-10-23)
examples\writePriority.js (773, 2016-10-23)
package.json (658, 2016-10-23)
src (0, 2016-10-23)
src\WebMonkeys.js (27942, 2016-10-23)

## WebMonkeys Allows you to spawn thousands of parallel tasks on the GPU with the simplest, dumbest API possible. It works on the browser (with browserify) and on Node.js. It is ES5-compatible and doesn't require any WebGL extension. ### Usage On the browser, add `