UNPKG

webgpu-simplified

Version:

A collection of helper functions to simplify the process of building WebGPU applications.

52 lines (51 loc) 1.41 kB
{ "name": "webgpu-simplified", "version": "0.1.34", "description": "A collection of helper functions to simplify the process of building WebGPU applications.", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "docs": "typedoc --out docs src/index.ts" }, "repository": { "type": "git", "url": "https://github.com/jack1232/webgpu-simplified", "manual": "https://jack1232.github.io/webgpu-simplified/" }, "keywords": [ "WebGPU", "WebGPU Simplification", "WGSL", "3D Graphics" ], "author": "Dr. Jack Xu", "license": "MIT", "homepage": "https://github.com/jack1232/webgpu-simplified#readme", "bugs": { "url": "https://github.com/jack1232/webgpu-simplified/issues" }, "files": [ "lib/**/*" ], "devDependencies": { "@types/node": "^20.3.1", "prettier": "^2.8.4", "ts-jest": "^29.0.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typedoc": "^0.23.25", "typescript": "^5.1.3" }, "dependencies": { "@types/dat.gui": "^0.7.7", "@types/stats.js": "^0.17.0", "@webgpu/types": "^0.1.34", "3d-view-controls": "^2.2.2", "dat.gui": "^0.7.9", "gl-matrix": "^3.4.3", "stats.js": "^0.17.0" } }