terminalgl

Crates.ioterminalgl
lib.rsterminalgl
version0.2.2
sourcesrc
created_at2022-05-17 22:30:34.19348
updated_at2022-06-04 21:20:47.560052
descriptionA small text based graphics library
homepagehttps://github.com/7Limes/terminalgl-rust
repositoryhttps://github.com/7Limes/terminalgl-rust
max_upload_size
id588638
size18,594
(7Limes)

documentation

README

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.
Commit count: 24

cargo fmt