2 releases
Uses old Rust 2015
0.1.2 | Jun 5, 2018 |
---|---|
0.1.0 | May 25, 2018 |
#9 in #styled
28KB
737 lines
TermRect
TermRect is a cross-platform representation of a rectangle of characters on a terminal.
About
TermRect is a lightweight representation of a styled 2d character grid. You can draw styled text into a TermRect, you can draw other TermRects into a TermRect. TermRect keeps track of the regions that have changed in each line, so you can render only what changed to the screen.
Dependencies
~1MB
~14K SLoC