Static landing page for curated 3D Gaussian Splatting viewers.
Visit the live site here:
https://tail-3lbs.github.io/3DGSSceneExplorer/
index.html: landing pagestyles.css: site stylingapp.js: catalog rendering and scene filteringviewers-data.js: viewer metadataviewers/: standalone exported Plotly HTML viewers
- This repo is intentionally static: no build step, framework, or package manager is required.
- The bundled Plotly viewer HTML files are large, so the repository size will grow quickly as more scenes are added.
- When adding a new viewer, update both
viewers/andviewers-data.js.
Serve the folder with a local static server from the repo root:
cd /home/jiaqi/workspace/3dgs-scene-explorer
python -m http.server 8000Then open:
http://127.0.0.1:8000
The landing page reads metadata from viewers-data.js, and the viewer links open the copied standalone HTML files directly from viewers/.