bevy gaussian splatting render pipeline plugin 🕊️🌌
https://mosure.github.io/bevy_gaussian_splatting/examples ↗// readme
bevy_gaussian_splatting 🌌
bevy gaussian splatting render pipeline plugin. view the live demo gallery or open trellis.glb directly.
install
cargo +nightly install bevy_gaussian_splatting
bevy_gaussian_splatting --input-cloud [file://gaussian.ply | https://mitchell.mosure.me/go_trimmed.ply]
bevy_gaussian_splatting --input-scene [file://scene.glb | https://mitchell.mosure.me/trellis.glb]
note: default bevy_gaussian_splatting features require nightly rust for generic associated types. to use on stable, disable default features and
nightly_generic_aliasfeature
viewer hotkeys
esc: close viewers: save screenshot toscreenshots/g: export the loaded gaussian scene toexports/gaussian_scene_<frame>.glb(cloud transforms + active camera)
capabilities
- ply to gcloud converter
- gcloud and ply asset loaders
- bevy gaussian cloud render pipeline
- gaussian cloud particle effects
- wasm support /w [live…