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
drawcmodule.
v0.2.1
- Added non-colored and colored variants of
text_alignedto draw aligned text. - Moved
DirectionandTextAlignmentinto lib.rs.
v0.2.2
- Changed
straight_linedocumentation.