UNPKG

matrix-engine-wgpu

Version:

obj sequence anim +HOTFIX raycast, webGPU powered pwa application. Crazy fast rendering with AmmoJS physics support. Simple raycaster hit object added.

61 lines 1.81 kB
{ "name": "matrix-engine-wgpu", "version": "1.3.12", "description": "obj sequence anim +HOTFIX raycast, webGPU powered pwa application. Crazy fast rendering with AmmoJS physics support. Simple raycaster hit object added.", "main": "index.js", "files": [ "./src" ], "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-all": "npm run main-worker | npm run examples | npm run main | npm run empty", "hosts": "http-server ./public/ -p 3000", "build.demo1": "browserify main.js -p esmify > public/app.js" }, "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", "raycast", "hit-3d-object", "hit-object", "webgpu-obj-loader", "webgpu-fps" ], "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" }, "dependencies": { "http-server": "^14.1.1" }, "peerDependencies": { "wgpu-matrix": "^2.0.0" } }