bevy_video 0.9.1

Decode and render h264 video in Bevy
Documentation
1
2
3
4
5
6
7
8
9
pub use openh264::nal_units;

pub mod components;
pub mod plugin;
mod systems;

pub mod prelude {
    pub use crate::{components::VideoDecoder, plugin::VideoPlugin};
}