2 releases

0.1.1 Mar 1, 2026
0.1.0 Mar 1, 2026

#1049 in WebAssembly


Used in 3 crates (2 directly)

MIT license

225KB
6K SLoC

burn_reconstruction 🕊️🔥🌌

test GitHub License crates.io

bevy / burn feed-forward gaussian splatting. view the wasm example

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)
  • bevy_synth integration
  • bevy_zeroverse fine-tuning/training

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

Dependencies

~73–115MB
~2M SLoC