UNPKG

nidza

Version:

Nidza.js is ultimate canvas2d+3d solution (Easy port any webgl or webgl2 script). In context of 3d graphics it is used for GLSL manipulation. Objective is low CPU usage price.

43 lines (42 loc) 1.03 kB
{ "name": "nidza", "version": "1.2.22", "description": "Nidza.js is ultimate canvas2d+3d solution (Easy port any webgl or webgl2 script). In context of 3d graphics it is used for GLSL manipulation. Objective is low CPU usage price.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "browser-resolve": "^2.0.0" }, "devDependencies": { "esmify": "^2.1.1" }, "repository": { "type": "git", "url": "git+https://github.com/zlatnaspirala/nidza.git" }, "keywords": [ "webgl", "webgl2", "opengles 300", "cusstom-shaders", "shaders", "GLSL", "glmatrix", "2dcanvas", "matrix-engine", "texture", "generator", "vanilla-js", "canvas", "2d", "3d" ], "author": "Nikola Lukic", "license": "MIT", "bugs": { "url": "https://github.com/zlatnaspirala/nidza/issues" }, "homepage": "https://github.com/zlatnaspirala/nidza#readme" }