Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 477 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 477 Bytes

gaussian-splatting-metal

Toy implementation of 3D Gaussian Splatting rendering using Metal API.

How to use

Add a ply model to the XCode project and change the file path in the Renderer.swift file accordingly. You can find a link to download ply models in the official 3D Gaussian Splatting GitHub repo. You can navigate around the scene using wasd keys and rotate the camera by dragging your mouse on the screen.