Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wooster0/blockpaint
Draw graphics with your mouse in the terminal!
https://github.com/wooster0/blockpaint
cli command-line console drawing graphics image paint painting rust terminal
Last synced: 7 days ago
JSON representation
Draw graphics with your mouse in the terminal!
- Host: GitHub
- URL: https://github.com/wooster0/blockpaint
- Owner: wooster0
- License: mit
- Created: 2021-03-25T21:16:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T01:12:34.000Z (over 1 year ago)
- Last Synced: 2024-12-22T01:05:23.880Z (12 days ago)
- Topics: cli, command-line, console, drawing, graphics, image, paint, painting, rust, terminal
- Language: Rust
- Homepage:
- Size: 102 KB
- Stars: 26
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockPaint
BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse!
![image](https://user-images.githubusercontent.com/35064754/113147317-f287be80-9230-11eb-8754-564a9230aa35.png)
## Features
* 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!## Installation
There is a prebuilt binary for x86_64-linux available [in the releases](https://github.com/wooster0/blockpaint/releases/tag/0.2.1) (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`.
## New screenshot two years after publication (it gained some new features)
![image](https://github.com/wooster0/blockpaint/assets/35064754/238f1c58-460b-4601-99bd-33b7a89fffc4)