{"id":26321239,"url":"https://github.com/asherjingkongchen/gausplat","last_synced_at":"2025-03-15T16:16:45.131Z","repository":{"id":248955682,"uuid":"808524355","full_name":"AsherJingkongChen/Gausplat","owner":"AsherJingkongChen","description":"A library for novel view-synthesis inspired by the concepts of Gaussian splatting","archived":false,"fork":false,"pushed_at":"2025-01-09T05:16:29.000Z","size":206,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-09T06:33:46.232Z","etag":null,"topics":["gaussian-splatting","gpu","graphics","machine-learning","reconstruction","rendering","rust","training","view-synthesis"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/AsherJingkongChen.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}},"created_at":"2024-05-31T08:48:46.000Z","updated_at":"2025-01-09T05:16:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"608af104-66a2-41d3-836b-3792964e54c4","html_url":"https://github.com/AsherJingkongChen/Gausplat","commit_stats":null,"previous_names":["asherjingkongchen/gausplat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsherJingkongChen%2FGausplat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsherJingkongChen%2FGausplat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsherJingkongChen%2FGausplat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsherJingkongChen%2FGausplat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AsherJingkongChen","download_url":"https://codeload.github.com/AsherJingkongChen/Gausplat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754071,"owners_count":20342543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gaussian-splatting","gpu","graphics","machine-learning","reconstruction","rendering","rust","training","view-synthesis"],"created_at":"2025-03-15T16:16:44.607Z","updated_at":"2025-03-15T16:16:45.112Z","avatar_url":"https://github.com/AsherJingkongChen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gausplat\n\n\u003e A library for novel view-synthesis inspired by the concepts of [Gaussian splatting](https://arxiv.org/abs/2401.03890)\n\n## Status\n\n- Experimental\n- Working on enhancing the performance\n\n## Features\n\n- **Gausplat** : Flexible library for developers to customize the pipeline\n- **Gausplat Scepter** : Command-line tool for view-synthesis research\n- **WGPU** : Training and rendering on Apple or NVIDIA GPUs\n- **Rust** : Easy development and deployment\n- **3DGS** : 3D scene representation with efficient rasterization\n\n  [![**Gausplat**](https://img.shields.io/badge/Gausplat-FF3D65.svg?style=for-the-badge\u0026logo=gausplat\u0026logoColor=white)](https://github.com/AsherJingkongChen/Gausplat)[![**Rust**](https://img.shields.io/badge/Rust-CE412B.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)[![**WGPU**](https://img.shields.io/badge/WGPU-009E6C.svg?style=for-the-badge\u0026logo=wgpu\u0026logoColor=white)](https://wgpu.rs/)[![**3DGS**](https://img.shields.io/badge/3DGS-3D65FF.svg?style=for-the-badge\u0026logo=3dgs\u0026logoColor=white)](https://img.shields.io/badge/3DGS-3D65FF.svg?style=for-the-badge\u0026logo=3dgs\u0026logoColor=white)\n\n## Getting Started\n\n1. Update [Rustup](https://rustup.rs/) to the latest stable version.\n\n   ```shell\n   rustup update stable\n   ```\n\n2. Clone the repository and navigate into it.\n\n   ```shell\n   git clone --recursive \\\n   https://github.com/AsherJingkongChen/Gausplat \u0026\u0026 cd Gausplat\n   ```\n\n   If you have already cloned the repository, you can update the submodules.\n\n   ```shell\n   git submodule update --init --recursive --remote\n   ```\n\n3. Build the project.\n\n   ```shell\n   cargo b -r\n   ```\n\n4. You can run the executables. One of them is at `target/release/gausplat-scepter`.\n\n   ```shell\n   cargo r -r -p gausplat-scepter help\n   ```\n\n   You can also install the program to your system.\n\n   ```shell\n   cargo install --locked --path examples/gausplat-scepter\n   gausplat-scepter help\n   ```\n\n## Documentation\n\n- [API](https://asherjingkongchen.github.io/Gausplat/gausplat/index.html)\n- [GitHub Repository](https://github.com/AsherJingkongChen/Gausplat)\n- [Report](https://github.com/AsherJingkongChen/Gausplat/blob/main/doc/REPORT.md)\n\n## Contributing\n\nFeel free to open a new issue if you have any questions or suggestions.\nIf you are confident in your changes, you can also create a pull request directly.\n\n## License\n\n| License       | Targets            | Description                                                                                                                  |\n| ------------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------- |\n| **MIT**       | `gausplat`         | Please attach the license to your project.                                                                                   |\n| **LGPL v3.0** | `gausplat-scepter` | Please license your modifications under the LGPL. \u003cbr/\u003e Using the original software doesn’t require you to adopt LGPL. \u003cbr/\u003e |\n\n\u003cblockquote style=border-left-color:gold\u003e\n\u003cstrong style=color:gold\u003e⚠️ WARNING\u003c/strong\u003e\u003cbr/\u003e\nThe \u003cstrong\u003eLGPL-licensed part\u003c/strong\u003e is intended for development-only use.\u003cbr/\u003e\nFor commercial products, it is recommended to base your work on \u003cstrong\u003eMIT-licensed part\u003c/strong\u003e.\n\u003c/blockquote\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasherjingkongchen%2Fgausplat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasherjingkongchen%2Fgausplat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasherjingkongchen%2Fgausplat/lists"}