DEV Community

Todd Tanner
Todd Tanner

Posted on

Create interactive 3D Gaussian Splat scenes from a single photo — entirely in your browser.

SpawnScene is a fully client-side Gaussian Splatting application built with Blazor WebAssembly. It uses monocular depth estimation (DepthAnything V2) to generate 3D scenes from a single photograph, with the entire pipeline running on the GPU via WebGPU and SpawnDev.ILGPU. This is a very new project with bugs and holes. I just got started on this and I am using it to improve my other projects. I thought I would share. Hope you enjoy!

github.com/LostBeard/SpawnScene

SpawnScene Demo

Source Image

Garden Original

Explorable 3D Gaussian Splat Scene

Garden Splat 1

Garden Splat 2

Top comments (1)

Collapse
 
lostbeard profile image
Todd Tanner