BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse!
- A color palette supporting all kinds of colors!
- Various tools such as brush, quill, fill bucket, and more!
- Undo and redo!
- Different brush sizes!
- Install now to find out the rest!
There is a prebuilt binary for x86_64-linux available in the releases (find it under Assets).
Alternatively:
cargo install blockpaint
blockpaint
You can also build and run from source by cloning this repository and running cargo run
.