paintty 0.1.0

Painting app that runs in your terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Painting app in your terminal.

<img width="1222" height="1434" alt="Screenshot from 2025-08-25 23-31-50" src="https://github.com/user-attachments/assets/d39d248c-756f-4e4a-bb70-9a1cf837512a" />


Any modern linux terminal with mouse support should work.
I'm using crossterm so windows will probably work, but it's not tested.

Paint using the mouse
Press ctrl-c or q to quit
Press any other key to show/hide the color and tool menu
Any other key will hide/show the tools and palette

### Building

Install any modern version of rust and run `cargo run`

Of course for best experience you can always use the provided `nix develop` shell :)