Gaussian Splats from A-Frame

Michael Rubloff

Michael Rubloff

Oct 19, 2023

Email
Copy Link
Twitter
Linkedin
Reddit
Whatsapp
A-Frame Gaussian Splatting
A-Frame Gaussian Splatting

For those that are familiar with A-Frame, they've now made it possible to load and access Gaussian Splats from a single line of HTML code.

Try it, here!

A-Frame is a web framework for building virtual reality (VR) experiences. A-Frame is based on top of HTML, making it simple to get started. But A-Frame is not just a 3D scene graph or a markup language; the core is a powerful entity-component framework that provides a declarative, extensible, and composable structure to three.js.

This particular method is based upon Kevin Kwok's splat repository on Github. Note, that with this, you are able to utilize a custom Gaussian Splat as long as your .splat file is hosted in a CORS-accessible way. If you want to check out the code, check it out here!

It also supports multiple splats in one scene!

Gaussian Splatting is making its way to more and more screens and appearing in more places where people can view and interact with them.