Paint ported to Windows, macOS, GNU/Linux, BSD and others from PekOS-GV
Guide on how to use text files to draw painting
- Written fully in Rust (so expect little bit slower compile time when compiling for first time)
- Memory safety
- 10 colors (black, dark blue, light green, light cyan, light magenta, brown, light grey, yellow and white)
- Saves paintings to .txt and .png files
- it saves and opens only files with name
painting
- opening .png files are only for read only purpose
- when opening .png files make sure your canvas size is larger than on saved image
- it saves and opens only files with name
- TUI app (runs fully in terminal/terminal emulator)
- Under MIT license
- Install Rust
- Run
cargo run --release
- If you use install (GNU/)Linux based operating system make sure you have
cc
andgcc
compiler installed
Thanks to StjepanBM1 for creating one of best paint programs in the world :)