UNPKG

aframe-gaussian-splatting-component

Version:

This component is an A-Frame implementation of real-time rendering for '3D Gaussian Splatting for Real-Time Radiance Field Rendering'

29 lines (28 loc) 943 B
{ "name": "aframe-gaussian-splatting-component", "version": "0.0.19", "description": "This component is an A-Frame implementation of real-time rendering for '3D Gaussian Splatting for Real-Time Radiance Field Rendering'", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dist": "uglifyjs ./index.js -c --keep-fnames --source-map --output ./dist/aframe-gaussian-splatting-component.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/quadjr/aframe-gaussian-splatting.git" }, "keywords": [ "aframe", "aframe-component", "gaussian-splatting" ], "author": "Junya Kuwada <kuwada.junya@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/quadjr/aframe-gaussian-splatting/issues" }, "homepage": "https://github.com/quadjr/aframe-gaussian-splatting#readme", "dependencies": { "uglify-js": "^3.17.4" } }