burn_reconstruction 0.1.0

burn feed-forward gaussian splatting
Documentation

burn_reconstruction 🔥🌌

test GitHub License crates.io

bevy / burn feed-forward gaussian splatting.

teaser

features

  • multi-view images -> 3d gaussians (YoNoSplat path)
  • CLI export to GLB (KHR_gaussian_splatting)
  • bevy UI (native + wasm)
  • model auto-bootstrap + cache (parts-first burnpack)

setup

install

# cli
cargo install burn_reconstruction

# bevy app
cargo install bevy_reconstruction

usage

burn_reconstruction \
  --images view0.png view1.png view2.png \
  --output /tmp/scene.glb
bevy_reconstruction -- \
  --image assets/images/re10k/0.png \
  --image assets/images/re10k/1.png \
  --image assets/images/re10k/2.png

note, input images are optional for bevy_reconstruction

license

licensed under either of:

  • Apache License, Version 2.0
  • MIT license

at your option.

note: model weights have their own license

references