mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting
MIT License
1.09k stars 134 forks source link

CDN for GaussianSplats3D #225

Closed JeS24 closed 1 month ago

JeS24 commented 1 month ago

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

graemeniedermayer commented 1 month ago

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.

JeS24 commented 1 month ago

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

mkkellogg commented 1 month ago

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

JeS24 commented 1 month ago

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