{"id":13601742,"url":"https://github.com/playcanvas/supersplat","last_synced_at":"2026-03-13T14:00:59.054Z","repository":{"id":202612444,"uuid":"707265118","full_name":"playcanvas/supersplat","owner":"playcanvas","description":"3D Gaussian Splat Editor","archived":false,"fork":false,"pushed_at":"2026-03-09T15:51:10.000Z","size":25942,"stargazers_count":3713,"open_issues_count":127,"forks_count":441,"subscribers_count":50,"default_branch":"main","last_synced_at":"2026-03-09T20:56:58.723Z","etag":null,"topics":["3d-gaussian-splatting","3dgs","gaussian-splatting","pcui","playcanvas","typescript","webgl","webgpu"],"latest_commit_sha":null,"homepage":"https://superspl.at/editor","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/playcanvas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-19T14:45:07.000Z","updated_at":"2026-03-09T15:51:13.000Z","dependencies_parsed_at":"2025-12-31T20:05:26.472Z","dependency_job_id":null,"html_url":"https://github.com/playcanvas/supersplat","commit_stats":null,"previous_names":["playcanvas/super-splat","playcanvas/supersplat"],"tags_count":154,"template":false,"template_full_name":null,"purl":"pkg:github/playcanvas/supersplat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playcanvas%2Fsupersplat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playcanvas%2Fsupersplat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playcanvas%2Fsupersplat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playcanvas%2Fsupersplat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/playcanvas","download_url":"https://codeload.github.com/playcanvas/supersplat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/playcanvas%2Fsupersplat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30467872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-gaussian-splatting","3dgs","gaussian-splatting","pcui","playcanvas","typescript","webgl","webgpu"],"created_at":"2024-08-01T18:01:07.361Z","updated_at":"2026-03-13T14:00:58.993Z","avatar_url":"https://github.com/playcanvas.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","6. 3D Gaussian Viewers","Tools \u0026 Utilities","好玩项目","Digital Content Creation Software (DCCs)","3D视觉生成重建","Repos","Tools, Pipeline \u0026 Utilities"],"sub_categories":["Viewers","Development Tools","宝藏项目","3D","资源传输下载","Photogrammetry \u0026 3D Scanning"],"readme":"# SuperSplat Editor\n\n[![Github Release](https://img.shields.io/github/v/release/playcanvas/supersplat)](https://github.com/playcanvas/supersplat/releases)\n[![License](https://img.shields.io/github/license/playcanvas/supersplat)](https://github.com/playcanvas/supersplat/blob/main/LICENSE)\n[![Discord](https://img.shields.io/badge/Discord-5865F2?style=flat\u0026logo=discord\u0026logoColor=white\u0026color=black)](https://discord.gg/RSaMRzg)\n[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=flat\u0026logo=reddit\u0026logoColor=white\u0026color=black)](https://www.reddit.com/r/PlayCanvas)\n[![X](https://img.shields.io/badge/X-000000?style=flat\u0026logo=x\u0026logoColor=white\u0026color=black)](https://x.com/intent/follow?screen_name=playcanvas)\n\n| [SuperSplat Editor](https://superspl.at/editor) | [User Guide](https://developer.playcanvas.com/user-manual/gaussian-splatting/editing/supersplat/) | [Blog](https://blog.playcanvas.com) | [Forum](https://forum.playcanvas.com) |\n\nThe 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.\n\nA live version of this tool is available at: https://superspl.at/editor\n\n![image](https://github.com/user-attachments/assets/b6cbb5cc-d3cc-4385-8c71-ab2807fd4fba)\n\nTo learn more about using SuperSplat, please refer to the [User Guide](https://developer.playcanvas.com/user-manual/gaussian-splatting/editing/supersplat/).\n\n## Local Development\n\nTo initialize a local development environment for SuperSplat, ensure you have [Node.js](https://nodejs.org/) 18 or later installed. Follow these steps:\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/playcanvas/supersplat.git\n   cd supersplat\n   ```\n\n2. Install dependencies:\n\n   ```sh\n   npm install\n   ```\n\n3. Build SuperSplat and start a local web server:\n\n   ```sh\n   npm run develop\n   ```\n\n4. Open a web browser tab and make sure network caching is disabled on the network tab and the other application caches are clear:\n\n   - On Safari you can use `Cmd+Option+e` or Develop-\u003eEmpty Caches.\n   - On Chrome ensure the options \"Update on reload\" and \"Bypass for network\" are enabled in the Application-\u003eService workers tab:\n\n   \u003cimg width=\"846\" alt=\"Screenshot 2025-04-25 at 16 53 37\" src=\"https://github.com/user-attachments/assets/888bac6c-25c1-4813-b5b6-4beecf437ac9\" /\u003e\n\n5. Navigate to `http://localhost:3000`\n\nWhen changes to the source are detected, SuperSplat is rebuilt automatically. Simply refresh your browser to see your changes.\n\n## Localizing the SuperSplat Editor\n\nThe currently supported languages are available here:\n\nhttps://github.com/playcanvas/supersplat/tree/main/static/locales\n\n### Adding a New Language\n\n1. Add a new `\u003clocale\u003e.json` file in the `static/locales` directory.\n\n2. Add the locale to the list here:\n\n   https://github.com/playcanvas/supersplat/blob/main/src/ui/localization.ts\n\n### Testing Translations\n\nTo test your translations:\n\n1. Run the development server:\n\n   ```sh\n   npm run develop\n   ```\n\n2. Open your browser and navigate to:\n\n   ```\n   http://localhost:3000/?lng=\u003clocale\u003e\n   ```\n\n   Replace `\u003clocale\u003e` with your language code (e.g., `fr`, `de`, `es`).\n\n## Contributors\n\nSuperSplat is made possible by our amazing open source community:\n\n\u003ca href=\"https://github.com/playcanvas/supersplat/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=playcanvas/supersplat\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaycanvas%2Fsupersplat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplaycanvas%2Fsupersplat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplaycanvas%2Fsupersplat/lists"}