dvd-render 0.2.4

render a sequence of terminal screens, optionally encoding them to a video file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use ab_glyph;
pub use image;

pub mod grid;
pub mod sequence;
pub mod render;

pub mod prelude;

mod atlas;

#[cfg(feature = "video")]
pub mod video;