playcanvas / supersplat
- воскресенье, 10 мая 2026 г. в 00:00:08
3D Gaussian Splat Editor
| SuperSplat Editor | User Guide | Blog | Forum |
The SuperSplat Editor 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://superspl.at/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 supersplatInstall dependencies:
npm installBuild SuperSplat and start a local web server:
npm run developOpen a web browser tab and make sure network caching is disabled on the network tab and the other application caches are clear:
Cmd+Option+e or Develop->Empty Caches.
Navigate to http://localhost:3000
When changes to the source are detected, SuperSplat is rebuilt automatically. Simply refresh your browser to see your changes.
The currently supported languages are available here:
https://github.com/playcanvas/supersplat/tree/main/static/locales
Add a new <locale>.json file in the static/locales directory.
Add the locale to the list here:
https://github.com/playcanvas/supersplat/blob/main/src/ui/localization.ts
To test your translations:
Run the development server:
npm run developOpen your browser and navigate to:
http://localhost:3000/?lng=<locale>
Replace <locale> with your language code (e.g., fr, de, es).
SuperSplat is made possible by our amazing open source community: