4 releases
0.2.2 | Jun 4, 2022 |
---|---|
0.2.1 | Jun 4, 2022 |
0.2.0 | May 31, 2022 |
0.1.0 | May 17, 2022 |
#809 in Graphics APIs
16KB
259 lines
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
andTextAlignment
into lib.rs.
v0.2.2
- Changed
straight_line
documentation.
Dependencies
~220KB