web-splat icon indicating copy to clipboard operation
web-splat copied to clipboard

3D Gaussian Splatting Renderer implemented in WebGPU (WGPU) and Rust

Results 10 web-splat issues
Sort by recently updated
recently updated
newest added

Thank you for the great work. I'm trying your work on compressing my large-scale scene, everything works great until I try to visualize it using the viewer. It seems like...

Dear: I'm a undergraduate from China,recently,my mates and I want to create a href like the following one for our own point_clouds.ply and cameras.json files? href="https://keksboter.github.io/web-splat?file=./scenes/bicycle/point_cloud/iteration_35000/ point_cloud.npz&scene=./scenes/bicycle/cameras.json"> We want to...

Its pretty much unusable on my M1, is this meant for more performant systems that have nvidia/amd gpus?

## Settings - Apple M2 Pro - Google Chrome 123.0.6312.87 (arm64) - Metal 3 ## Descriptions Freezes at or after unpacking some sample models. I don't know why and can't...

Environment: OS: Manjaro Linux Wynsdey 24.0.1 x86_64 CPU: AMD Ryzen 7 5800H (16) @ 3.20 GHz GPU: NVIDIA GeForce RTX 3070 Mobile / Max-Q [Discrete] Memory: 11.03 GiB / 23.35...

#### Description The viewer encounters an error where the `max_storage_buffer_binding_size` limit is exceeded, causing a panic. The current setup requests a buffer size that surpasses the allowed limit of the...

Thanks for the great work, it is very useful to view the compressed npz model. Today, occasionally, I found `viewer.rs` has a different render result with `render.rs` for a same...

1. add touchscreen support (rotate/zoom) for `viewer.rs`, tested on indows and Android phone. 2. add parameter `output_width`/`output_height` for `video.rs` and `render.rs`, for setting output images' size. 3. add parameter `beginning_scale_up_seconds`...

Hi, after updating to the latest "lazy rendering" commit, if setting `ui_visible` (in file `lib.rs`) false at initialization, then key U would not work. If `ui_visible` is true at the...

Hi Thanks for the great work. Is there any way to measure the exact FPS? Thanks