#frame-buffer #input #events #output #parser #abstraction #input-output

nightly term_fb

A frame buffer for terminals. Contains an event loop with input parsing and a char-based buffer abstraction for output.

1 unstable release

0.0.1 Jan 16, 2019

#10 in #frame-buffer

MIT license

20KB
564 lines

A frame buffer for terminals.

Contains an event loop with input parsing and a char-based buffer abstraction for output.

NOTE! This library is still in a very early phase! API is subject to change.

To try

Run in terminal:

cargo run --examples oni

To use

Add to Cargo.toml:

[dependencies]
term_fb = "0.0.1"

Dependencies

~2.5MB
~40K SLoC