BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse!
There is a prebuilt binary for x86_64-linux available in the releases (find it in Assets).
Alternatively:
cargo install blockpaint
blockpaint
or clone this repository and run cargo run
.