matrix-engine-wgpu
Version:
Networking implemented - based on kurento openvidu server. fix arcball camera,instanced draws added also effect pipeline blend with instancing option.Normalmap added, Fixed shadows casting vs camera/video texture, webGPU powered pwa application. Crazy fas
72 lines • 2.52 kB
JSON
{
"name": "matrix-engine-wgpu",
"version": "1.7.5",
"description": "Networking implemented - based on kurento openvidu server. fix arcball camera,instanced draws added also effect pipeline blend with instancing option.Normalmap added, Fixed shadows casting vs camera/video texture, webGPU powered pwa application. Crazy fast rendering with AmmoJS physics support. Simple raycaster hit object added.",
"main": "index.js",
"scripts": {
"main-worker": "watchify app-worker.js -p [esmify --noImplicitAny] -o public/app-worker.js",
"examples": "watchify examples.js -p [esmify --noImplicitAny] -o public/examples.js",
"main": "watchify main.js -p [esmify --noImplicitAny] -o public/app.js",
"empty": "watchify empty.js -p [esmify --noImplicitAny] -o public/empty.js",
"build.jamb": "browserify main.js -p esmify > public/app.js",
"glb-loader": "watchify ./examples/glb-loader.js -p [esmify --noImplicitAny] -o public/app.js",
"rpg": "watchify ./examples/games/RPG/forestOfHollowBlood.js -p [esmify --noImplicitAny] -o public/rpg-game.js",
"rpg-menu": "watchify ./examples/games/RPG/start-menu.js -p [esmify --noImplicitAny] -o public/rpg-menu.js",
"build-all": "npm run main-worker | npm run examples | npm run main | npm run empty",
"hosts": "http-server ./public/ -p 3000"
},
"author": "Nikola Lukic",
"license": "MIT",
"devDependencies": {
"browser-resolve": "^2.0.0",
"browserify": "^17.0.0",
"esmify": "^2.1.1",
"watchify": "^4.0.0",
"wgpu-matrix": "^2.0.0",
"http-server": "^14.1.1"
},
"dependencies": {
"bvh-loader": "1.0.10",
"gl-matrix": "^3.4.4"
},
"peerDependencies": {
"wgpu-matrix": "^2.0.0"
},
"keywords": [
"3dScene",
"webGPU",
"webgpu-obj-sequence",
"obj-sequence-animation",
"webGPU-hit-detect",
"webGPU-raycaster",
"webGPU-click-on-object",
"webGPU-scene",
"webGPU-engine",
"matrix",
"matrix-engine",
"matrix-engine-webGPU",
"matrix-calculation",
"modelView",
"modelViewProjectionMatrix",
"ProjectionMatrix",
"render",
"wgpu",
"zlatnaspirala",
"maximumroulette.com",
"GLSL",
"GLB-loader",
"GLB-animation",
"GLB-bones",
"GLB-binary",
"Lights",
"shadows-cast",
"multi-spot-lights",
"raycast",
"hit-3d-object",
"hit-object",
"webgpu-obj-loader",
"webgpu-fps",
"navigation-mesh",
"navMesh"
]
}