rust-drawing

✏️🦀 Rust drawing allows you to draw incredible and admirable art in your terminal

View on GitHub

Rust-drawing ✏️

✏️🦀 Rust drawing allows you to draw incredible and admirable art in your terminal

Installation 📦

Arch Linux 🐧

rust-drawing is available in the AUR repository.

yay -S rust-drawing

Other 🪟🐧

With make - linux 🐧

build with make

# 📂 /rust-drawing/
make

copy the binary to the bin folder

# 📂 /rust-drawing/
make install

Build from source - Linux 🐧 and Windows 🐧

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.

Usage 📝

Use arrow keys to move the cursor

You can use the mouse to position the cursor.

Docker 🐳

Run the latest verison

docker run --rm -it ghcr.io/skwalexe/rust-drawing:main

Test your changes 🚧

Build 🛠️

# 📂 /rust-drawing/
docker build -t rust-drawing .

Run 🚀

docker run --rm -it rust-drawing

Uninstall 🗑

With make

run make uninstall

# 📂 /rust-drawing/
make uninstall

Remove the binary

rm /usr/bin/rust-drawing

final

If you have any problem, don’t hesitate to open an issue

contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.