terminalgl
A small text based graphics library
v0.2.0
- Changed drawing to work by printing directly to the terminal rather than by using an intermediary struct.
- Added color with the
drawc
module.
v0.2.1
- Added non-colored and colored variants of
text_aligned
to draw aligned text.
- Moved
Direction
and TextAlignment
into lib.rs.
v0.2.2
- Changed
straight_line
documentation.