| SuperSplat Editor | User Guide | Forum | Discord |
SuperSplat is a free and open source tool for inspecting, editing, optimizing and publishing 3D Gaussian Splats. It is built on web technologies and runs in the browser, so there's nothing to download or install.
A live version of this tool is available at: https://playcanvas.com/supersplat/editor
To learn more about using SuperSplat, please refer to the User Guide.
To initialize a local development environment for SuperSplat, ensure you have Node.js 18 or later installed. Follow these steps:
-
Clone the repository:
git clone https://github.com/playcanvas/supersplat.git cd supersplat
-
Install dependencies:
npm install
-
Build SuperSplat and start a local web server:
npm run develop
-
Open a web browser at
http://localhost:3000
.
When changes to the source are detected, SuperSplat is rebuilt automatically. Simply refresh your browser to see your changes.
When running your local build of SuperSplat in Chrome, we recommend you have the Developer Tools panel open. Also:
- Visit the Network tab and check
Disable cache
. - Visit the Application tab, select
Service workers
on the left and then checkUpdate on reload
andBypass for network
.
SuperSplat is made possible by our amazing open source community: