这是indexloc提供的服务,不要输入任何密码
Skip to content

mosure/bevy_gaussian_splatting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_gaussian_splatting for web

wasm support

to build wasm run:

cargo build --target wasm32-unknown-unknown --release --no-default-features --features "web"

to generate bindings:

wasm-bindgen --out-dir ./www/out/ --target web ./target/wasm32-unknown-unknown/release/viewer.wasm

open a live server of index.html and append args: ?arg1=[n | *.gcloud]

About

bevy gaussian splatting render pipeline plugin

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Stars

Watchers

Forks

Contributors 7

Languages