Skip to content

rectalogic/bevy_web_video

Repository files navigation

bevy_web_video

Streaming video on Bevy textures for webgpu and webgl2 targets.

See examples/cubes/src/lib.rs for example use. Live demo of the example.

To run the demo locally:

$ cargo install wasm-pack
$ wasm-pack build --target web examples/cubes
$ python3 -m http.server -d examples/cubes  # now open http://localhost:8000/

About

Streaming video textures with Bevy webgpu/webgl2

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages