gl-compute
Version:
WebGL Compute Framework
35 lines (34 loc) • 791 B
JSON
{
"name": "gl-compute",
"version": "0.3.1",
"description": "WebGL Compute Framework",
"main": "glCompute.js",
"dependencies": {
"get-canvas-context": "^1.0.1",
"gl-buffer": "^2.1.2",
"gl-fbo": "^2.0.5",
"gl-shader": "^4.0.5",
"gl-texture2d": "^2.0.9",
"gl-vao": "^1.2.1",
"webglew": "^1.0.5"
},
"repository": {
"type": "git",
"url": "git://github.com/gnonio/gl-compute.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"GPGPU",
"WebGL",
"Compute"
],
"author": "gnonio (gamma.stardust@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gnonio/gl-compute/issues"
},
"homepage": "https://github.com/gnonio/gl-compute"
}