Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shg8 authored Mar 14, 2024
1 parent b955451 commit 4ae6f74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VulkanSplatting is an (not-yet-) highly optimized, cross-platform implementation
of [Gaussian Splatting](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/) using
the [Vulkan API](https://www.khronos.org/vulkan/) and compute pipelines.

Why Vulkan? We want to democratize the access to high-performance point-based radiance fields.
**Why Vulkan?** We want to democratize the access to high-performance point-based radiance fields.
Existing implementations of Gaussian Splatting are often limited to CUDA, which only runs on NVIDIA GPUs,
and OpenGL is deprecated on Apple platforms. Additionally, Vulkan's compute capabilities are the closest to CUDA's
with support for warp-level primitives (subgroups).
Expand All @@ -13,6 +13,11 @@ with support for warp-level primitives (subgroups).

![VulkanSplatting Demo macOS](https://github.com/shg8/VulkanSplatting/assets/38004233/66542056-ce30-4998-a612-dd4f6792599e)

## Downloads
* [Windows](https://github.com/shg8/VulkanSplatting/releases/download/nightly/vulkan_splatting_viewer-windows-latest-amd64-nightly)
* [macOS (arm64)](https://github.com/shg8/VulkanSplatting/releases/download/nightly/vulkan_splatting_viewer-macos-14-arm64-nightly)
* [Linux](https://github.com/shg8/VulkanSplatting/releases/download/nightly/vulkan_splatting_viewer-ubuntu-latest-amd64-nightly)

## Command Line Usage

```
Expand Down

0 comments on commit 4ae6f74

Please sign in to comment.