UNPKG

marching

Version:

Marching.js is a JavaScript library that compiles GLSL ray marchers.

66 lines (65 loc) 1.6 kB
{ "name": "marching", "version": "1.1.4", "description": "Marching.js is a JavaScript library that compiles GLSL ray marchers.", "main": "js/index.js", "devDependencies": { "@bandaloo/merge-pass": "^0.6.4", "browserify": "^14.5.0", "codemirror": "^5.5.0", "get-pixels": "^3.3.2", "gl-mat4": "^1.2.0", "gl-texture2d": "^2.1.0", "gl-vec3": "^1.1.3", "glsl-diffuse-oren-nayar": "^1.0.2", "glsl-noise": "0.0.0", "glsl-sdf-primitives": "0.0.1", "glsl-specular-gaussian": "^1.0.0", "glsl-superformula": "^1.0.3", "glsl-voronoi-noise": "^1.2.2", "glsl-worley": "^1.0.2", "glslify": "^6.4.1", "gulp": "^4.0.2", "gulp-util": "^3.0.8", "mousetrap": "^1.6.1", "toastr": "^2.1.4", "tsify": "^4.0.2", "tweakpane": "^1.5.3", "typescript": "^3.9.6", "vinyl-source-stream": "^2.0.0", "vinyl-transform": "^1.0.0", "watchify": "^3.10.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx gulp build", "watch": "npx gulp" }, "author": "Charlie Roberts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/charlieroberts/marching.git" }, "keywords": [ "glsl", "ray", "marching", "graphics", "csg", "constructive", "solid", "geometry", "javascript", "webgl" ], "bugs": { "url": "https://github.com/charlieroberts/marching/issues" }, "browserify": { "transform": [ "glslify" ] }, "homepage": "https://github.com/charlieroberts/marching#readme" }