UNPKG

gl-wireframe

Version:

Convert a mesh index for drawing wireframes

48 lines (47 loc) 1.11 kB
{ "name": "gl-wireframe", "version": "1.0.1", "description": "Convert a mesh index for drawing wireframes", "main": "index.js", "license": "MIT", "scripts": { "start": "beefy example.js:bundle.js --open -- -t glslify", "prepublish": "browserify example.js -o bundle.js -t glslify" }, "author": { "name": "Hugh Kennedy", "email": "hughskennedy@gmail.com", "url": "http://hughsk.io/" }, "dependencies": {}, "devDependencies": { "beefy": "^2.1.1", "browserify": "^5.11.1", "bunny": "^1.0.1", "canvas-fit": "^1.2.0", "canvas-orbit-camera": "^1.0.0", "gl-clear": "0.0.1", "gl-context": "^0.1.0", "gl-geometry": "0.0.0", "gl-mat4": "^1.0.0", "glslify": "^1.6.0" }, "repository": { "type": "git", "url": "git://github.com/hughsk/gl-wireframe.git" }, "keywords": [ "wireframe", "gl", "webgl", "stackgl", "mesh", "simplicial complex", "lines", "triangles" ], "homepage": "https://github.com/hughsk/gl-wireframe", "bugs": { "url": "https://github.com/hughsk/gl-wireframe/issues" } }