huggingface / gsplat.js

JavaScript Gaussian Splatting library.
MIT License
1.25k stars 77 forks source link

is this compatible with ThreeJS? #91

Open mofangjs opened 3 months ago

mofangjs commented 3 months ago

I really feel that the author provides such an excellent splat viewer, but I want to add some interactivity to the scene, so is this compatible with ThreeJS, for example, I want to use CSS2D/CSS3D/SkyBox in ThreeJS

dylanebert commented 2 months ago

Not by default, in order to keep it very lightweight. However you can try https://github.com/mkkellogg/GaussianSplats3D which is built on three.js