mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDN for GaussianSplats3D

JeS24 opened this issue · comments

Hi, is a CDN version of this library on the roadmap?

commented

There seems to be a copy located on unpkg

https://unpkg.com/@mkkellogg/gaussian-splats-3d@0.4.0/build/gaussian-splats-3d.module.js

Edit: I did run into an issues related to the SharedArrayBuffer and crossOriginIsolated. It requires quite a few extra headers that weren't present in unpkg.

@mkkellogg Could you please confirm if this is maintained by you?

Yeah that should be my package, I believe it is automatically updated as part of the npm publish process.

@mkkellogg Thanks. Also, thank you @graemeniedermayer for the find. I believe, this issue can be closed.