{"id":31531731,"url":"https://github.com/skwalexe/rust-drawing","last_synced_at":"2026-04-13T18:01:34.111Z","repository":{"id":40457422,"uuid":"482152503","full_name":"SkwalExe/rust-drawing","owner":"SkwalExe","description":"✏️🦀 Rust drawing allows you to draw incredible and admirable art in your terminal","archived":false,"fork":false,"pushed_at":"2022-05-07T03:55:51.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T01:25:12.863Z","etag":null,"topics":["art","cli","drawing","fun","linux","skwalexe","terminal"],"latest_commit_sha":null,"homepage":"https://skwalexe.github.io/rust-drawing","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkwalExe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"SkwalExe","ko_fi":"SkwalExe","liberapay":"SkwalExe","custom":"https://www.paypal.com/paypalme/SkwalDev"}},"created_at":"2022-04-16T04:13:24.000Z","updated_at":"2025-12-23T02:52:05.000Z","dependencies_parsed_at":"2022-08-09T21:01:18.236Z","dependency_job_id":null,"html_url":"https://github.com/SkwalExe/rust-drawing","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SkwalExe/rust-drawing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Frust-drawing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Frust-drawing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Frust-drawing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Frust-drawing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkwalExe","download_url":"https://codeload.github.com/SkwalExe/rust-drawing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkwalExe%2Frust-drawing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["art","cli","drawing","fun","linux","skwalexe","terminal"],"created_at":"2025-10-04T02:14:25.110Z","updated_at":"2026-04-13T18:01:34.094Z","avatar_url":"https://github.com/SkwalExe.png","language":"Rust","funding_links":["https://patreon.com/SkwalExe","https://ko-fi.com/SkwalExe","https://liberapay.com/SkwalExe","https://www.paypal.com/paypalme/SkwalDev"],"categories":[],"sub_categories":[],"readme":"# Rust-drawing ✏️\n\n![](images/banner.png)\n\n✏️🦀 Rust drawing allows you to draw incredible and admirable art in your terminal\n\n# Installation 📦\n\n## Arch Linux 🐧\n\nrust-drawing is available in the [AUR](https://aur.archlinux.org/packages/rust-drawing) repository.\n\n```\nyay -S rust-drawing\n```\n\n## Other 🪟🐧\n\n### With make - linux 🐧\n\nbuild with make\n\n```bash\n# 📂 /rust-drawing/\nmake\n```\n\ncopy the binary to the bin folder\n\n```\n# 📂 /rust-drawing/\nmake install\n```\n\n### Build from source - Linux 🐧 and Windows 🐧\n\nbuild with [cargo](https://www.rust-lang.org/tools/install).\n\n```bash\n# 📂 /rust-drawing/\ncargo build --release\n```\n\n**[ LINUX ONLY ]** : Move the binary\n\n```bash\n# 📂 /rust-drawing/\nsudo cp target/release/rust-drawing /usr/bin/bin/rust-drawing\n```\n\n**On windows** the executable will be `target\\release\\rust-drawing.exe` you can move it wherever you want.\n\n\n# Usage 📝\n\n**Use arrow keys to move the cursor**\n\n- **[ D ]** : Toggle drawing mode\n- **[ Q ]** : Quit\n- **[ C ]** : Clear the screen\n- **[ N ]** : New colors\n- **[ R ]** : Reload pixels (if you change the size of the terminal for example)\n\nYou can use the mouse to position the cursor.\n\n# Docker 🐳\n\n## Run the latest verison\n\n```bash\ndocker run --rm -it ghcr.io/skwalexe/rust-drawing:main\n```\n\n## Test your changes 🚧\n\n### Build 🛠️\n\n```bash\n# 📂 /rust-drawing/\ndocker build -t rust-drawing .\n```\n\n### Run 🚀\n\n```bash\ndocker run --rm -it rust-drawing\n```\n\n# Uninstall 🗑\n\n## With make\n\nrun make uninstall\n\n```bash\n# 📂 /rust-drawing/\nmake uninstall\n```\n\n## Remove the binary\n\n```bash\nrm /usr/bin/rust-drawing\n```\n\n# final\n\nIf you have any problem, don't hesitate to open an issue\n\n# contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n\u003ca href=\"https://github.com/SkwalExe#ukraine\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/SkwalExe/SkwalExe/main/ukraine.jpg\" width=\"100%\" height=\"15px\" /\u003e\u003c/a\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskwalexe%2Frust-drawing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskwalexe%2Frust-drawing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskwalexe%2Frust-drawing/lists"}