Expand description

Straightforward double-buffering implementation for bevy engine

Consists of main struct DoubleBuffer, helper auto trait IntoDoubleBuffer and two aliases DoubleRes and DoubleResMut

Crate was developed by solving author’s personal problems so you can expect some bugs

Re-exports

pub use double_buffer::*;
pub use into_double_buffer::*;

Modules

Straightforward double-buffering implementation

Provides helper trait for more convenient buffer creation

Provides all crate items

Type Definitions