Skip to content

A Gaussian splatting viewer implemented in OpenGL using LOVR

Notifications You must be signed in to change notification settings

Udinanon/LOVR-GaussianSplat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Gaussain Splatting rendering in VR using LOVR

Gaussian platting is a novel volume rendering technique, which was introduced in the 90s but recently received major attention due to recent papers that discuss methods to efficently produce and render them, allowing for real time use cases.

I wanted to understand the technique in depth, so I decided to see if i could port it to VR though my favourite Engine, LOVR. As references i used the Original paper and a CUDA/OpenGL implementation of the renderer fro GitHub. The original paper discusses only a CUDA pipeline, so I needeed an OpenGL implementatin to more easily move it to LOVR.

About

A Gaussian splatting viewer implemented in OpenGL using LOVR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published