Registry / other / bracket-terminal

bracket-terminal

JSON →
library0.8.7rscratesunverified

ASCII/Codepage 437 terminal emulator with a game loop, supporting OpenGL, WebGPU, Curses, and Crossterm.

# Cargo.toml [dependencies] bracket-terminal = "0.8.7"
INSTALL
IMPORT
SIG · BRACKET-TERMINAL
B
bracket-terminal
otherrustv0.8.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BTerm
use bracket_terminal::prelude::BTerm;

Initializes a terminal with a simple 80x50 console.

use bracket_terminal::prelude::*; let context = BTermBuilder::simple80x50() .with_title("Hello") .build()?;
Debug
Known issues
gotchaRequires a feature flag for specific backends (e.g., opengl, webgpu).
fix
Enable the desired backend feature in Cargo.toml, e.g., bracket-terminal = { features = ["opengl"] }.
affects: >=0.8.0
Upgrade
Version history
0.8.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
1
OpenAI (training)
1
Resources
bracket-terminal — cargo add bracket-terminal · libregistry