{"id":33919187,"url":"https://github.com/fodydev/afrish","last_synced_at":"2026-04-01T20:45:29.629Z","repository":{"id":243063044,"uuid":"811361210","full_name":"fodydev/afrish","owner":"fodydev","description":"A Rust binding of the Tk graphics toolkit for the afrim IME development.","archived":false,"fork":false,"pushed_at":"2025-10-24T10:34:19.000Z","size":260,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T03:22:38.975Z","etag":null,"topics":["rust"],"latest_commit_sha":null,"homepage":"","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/fodydev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-06T12:55:48.000Z","updated_at":"2025-10-24T10:34:22.000Z","dependencies_parsed_at":"2024-06-06T14:34:25.999Z","dependency_job_id":"4b128a15-ee1c-47df-8854-4a399317d490","html_url":"https://github.com/fodydev/afrish","commit_stats":null,"previous_names":["pythonbrad/rish","fodydev/afrish"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fodydev/afrish","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fodydev%2Fafrish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fodydev%2Fafrish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fodydev%2Fafrish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fodydev%2Fafrish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fodydev","download_url":"https://codeload.github.com/fodydev/afrish/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fodydev%2Fafrish/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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":["rust"],"created_at":"2025-12-12T08:44:22.516Z","updated_at":"2026-04-01T20:45:29.615Z","avatar_url":"https://github.com/fodydev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# afrish\n\nA Rust binding for the Tk graphics toolkit, designed specifically for the development of the [Afrim IME](https://github.com/fodydev/afrim).\n\n## Overview\n\nafrish opens and communicates with Tk's wish program as a separate process.\nThe library provides:\n\n* low-level functions to directly communicate with wish, suitable for \n  writing additional extensions\n* high-level API to write GUI applications with minimal knowledge of Tk.\n\n## Example\n\nA simple hello-world example:\n\n```rust\nuse afrish::*;\n\nfn main() {\n  let root = afrish::start_wish().unwrap();\n\n  let hello = afrish::make_label(\u0026root);\n  hello.text(\"Hello from Rust/Tk\");\n\n  hello.grid().layout();\n\n  afrish::mainloop();\n}\n```\n\n## Credits\nThis project is a clone of [rstk](https://codeberg.org/peterlane/rstk).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffodydev%2Fafrish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffodydev%2Fafrish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffodydev%2Fafrish/lists"}