bracket-terminal 0.8.7

ASCII/Codepage 437 terminal emulator with a game loop. Defaults to OpenGL, also support WebGPU (for Vulkan/Metal/WGPU), Curses and Crossterm for output. Part of the bracket-lib family.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod codepage437;
mod format_string;
mod gui_helpers;
mod multi_tile_sprite;
mod textblock;

pub use codepage437::*;
pub(crate) use format_string::*;
pub use gui_helpers::*;
pub use multi_tile_sprite::*;
pub use textblock::*;