βοΈπ¦ Rust drawing allows you to draw incredible and admirable art in your terminal
rust-drawing is available in the AUR repository.
yay -S rust-drawing
build with make
# π /rust-drawing/
make
copy the binary to the bin folder
# π /rust-drawing/
make install
build with cargo.
# π /rust-drawing/
cargo build --release
[ LINUX ONLY ] : Move the binary
# π /rust-drawing/
sudo cp target/release/rust-drawing /usr/bin/bin/rust-drawing
On windows the executable will be target\release\rust-drawing.exe
you can move it wherever you want.
Use arrow keys to move the cursor
- [ D ] : Toggle drawing mode
- [ Q ] : Quit
- [ C ] : Clear the screen
- [ N ] : New colors
- [ R ] : Reload pixels (if you change the size of the terminal for example)
You can use the mouse to position the cursor.
docker run --rm -it ghcr.io/skwalexe/rust-drawing:main
# π /rust-drawing/
docker build -t rust-drawing .
docker run --rm -it rust-drawing
run make uninstall
# π /rust-drawing/
make uninstall
rm /usr/bin/rust-drawing
If you have any problem, don't hesitate to open an issue
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.