me-webgpu-react
Version:
React wrapper for **MatrixEngine WebGPU** — a lightweight WebGPU 3D engine for meshes, physics, and more.
36 lines • 748 B
JSON
{
"name": "me-webgpu-react",
"version": "1.3.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"postbuild": "node copy.js"
},
"peerDependencies": {
"matrix-engine-wgpu": "1.3.9",
"react": "^18.3.1"
},
"dependencies": {
"wgpu-matrix": "^2.0.0"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"fs-extra": "^11.3.0",
"matrix-engine-wgpu": "1.3.9",
"react": "^18.3.1",
"typescript": "^5.3.3",
"vite-plugin-static-copy": "^3.1.0"
},
"keywords": [
"webgpu",
"webgpu-animation-objs",
"morph",
"obj-sequence",
"obj-loader",
"matrix-engine",
"matrix-engine-webgpu",
"reactjs"
]
}