Metadata-Version: 2.4
Name: amd-gsplat
Version: 0.0.1
Summary: gsplat is an open-source library for GPU-accelerated rasterization of Gaussians with Python bindings.
Author-email: AMD <support@amd.com>
License: Apache 2.0
Project-URL: Homepage, https://github.com/rocm/gsplat
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# amd-gsplat
gsplat is an open-source library for GPU-accelerated rasterization of Gaussians with Python bindings. It is inspired by the SIGGRAPH paper [3D Gaussian Splatting for Real-Time Rendering of Radiance Fields](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/). 

## Information
- **Homepage**: https://github.com/rocm/gsplat
- **License**: Apache 2.0 

## Installation

```bash
pip install amd-gsplat
```
