Skip to content

playcanvas/supersplat

Repository files navigation

SuperSplat - 3D Gaussian Splat Editor

| 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

image

To learn more about using SuperSplat, please refer to the User Guide.

Local Development

To initialize a local development environment for SuperSplat, ensure you have Node.js 18 or later installed. Follow these steps:

  1. Clone the repository:

    git clone https://github.com/playcanvas/supersplat.git
    cd supersplat
  2. Install dependencies:

    git submodule update --init
    npm install
  3. Build SuperSplat and start a local web server:

    npm run develop
  4. Open a web browser tab and make sure network caching is disabled on the network tab and the other application caches are clear:

    • On Safari you can use Cmd+Option+e or Develop->Empty Caches.
    • On Chrome ensure the options "Update on reload" and "Bypass for network" are enabled in the Application->Service workers tab:
    Screenshot 2025-04-25 at 16 53 37
  5. Navigate to http://localhost:3000

When changes to the source are detected, SuperSplat is rebuilt automatically. Simply refresh your browser to see your changes.

Contributors

SuperSplat is made possible by our amazing open source community: