MyGit

playcanvas/supersplat

Fork: 1005 Star: 9063 (更新于 2026-06-09 08:53:48)

license: MIT

Language: TypeScript .

最后发布版本: v2.27.4 ( 2026-06-03 22:39:34)

官方网址 GitHub网址

3D Gaussian Splat Editor

SuperSplat Editor

Github Release License Discord Reddit X

| 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

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:

    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.

Localizing the SuperSplat Editor

The currently supported languages are available here:

https://github.com/playcanvas/supersplat/tree/main/static/locales

Adding a New Language

  1. Add a new <locale>.json file in the static/locales directory.

  2. Add the locale to the list here:

    https://github.com/playcanvas/supersplat/blob/main/src/ui/localization.ts

Testing Translations

To test your translations:

  1. Run the development server:

    npm run develop
    
  2. Open your browser and navigate to:

    http://localhost:3000/?lng=<locale>
    

    Replace <locale> with your language code (e.g., fr, de, es).

Contributors

SuperSplat is made possible by our amazing open source community:

最近版本更新:(数据更新于 2026-06-09 08:53:32)

2026-06-03 22:39:34 v2.27.4

2026-05-27 20:35:49 v2.27.3

2026-05-27 17:53:04 v2.27.2

2026-05-26 16:35:30 v2.27.1

2026-05-25 18:50:47 v2.27.0

2026-05-24 17:50:40 v2.26.3

2026-05-20 18:08:53 v2.26.2

2026-05-14 19:07:24 v2.26.1

2026-05-14 18:17:45 v2.26.0

2026-05-08 22:43:12 v2.25.1

主题(topics):

typescript webgl webgpu gaussian-splatting 3d-gaussian-splatting 3dgs playcanvas pcui

playcanvas/supersplat同语言 TypeScript最近更新仓库

2026-06-11 22:56:45 n8n-io/n8n

2026-06-11 19:30:30 cline/cline

2026-06-11 16:50:20 jetkvm/kvm

2026-06-11 15:50:46 QwenLM/qwen-code

2026-06-11 13:04:35 abhigyanpatwari/GitNexus

2026-06-11 12:09:58 refactoringhq/tolaria