{"id":48622590,"url":"https://github.com/hexaredecimal/ryi","last_synced_at":"2026-04-09T04:09:16.232Z","repository":{"id":341183788,"uuid":"1169213581","full_name":"hexaredecimal/ryi","owner":"hexaredecimal","description":"Raylib image viewer","archived":false,"fork":false,"pushed_at":"2026-03-31T20:04:19.000Z","size":128,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T20:41:48.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexaredecimal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2026-02-28T10:48:06.000Z","updated_at":"2026-03-31T20:04:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hexaredecimal/ryi","commit_stats":null,"previous_names":["hexaredecimal/ryi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hexaredecimal/ryi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexaredecimal%2Fryi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexaredecimal%2Fryi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexaredecimal%2Fryi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexaredecimal%2Fryi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexaredecimal","download_url":"https://codeload.github.com/hexaredecimal/ryi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexaredecimal%2Fryi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31584965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-04-09T04:09:15.246Z","updated_at":"2026-04-09T04:09:16.226Z","avatar_url":"https://github.com/hexaredecimal.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RYI - Render Yet another Image\n\u003e A small image viewer inspired by feh\n\n\u003cdiv align=\"center\"\u003e\n\n\n  [![Build Ryi with nob](https://github.com/hexaredecimal/ryi/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/hexaredecimal/ryi/actions/workflows/c-cpp.yml)\n\n\n\n\u003c/div\u003e\n\n### Features\n- [x] Grid gallery\n- [x] Image view\n- [x] Open file dialog\n- [x] Directory traversal using `opeddir`\n- [x] Loading image from url\n- [x] Popup menu\n- [ ] Configuration\n- [x] Zoom (in/out and reset)\n- [x] Image Rotation\n\n\n### Build\n#### Requirements\n- gcc/clang\n- nob.h (included)\n- libcurl\n- raylib\n\n#### Build Process\n- Clone the repo:\n```sh\ngit clone https://github.com/hexaredecimal/ryi.git\n```\n\n- Build nob\n```sh\ncd ryi\ncc nob.c -o nob\n```\n\n- Run nob to build the final executable\n```sh\n./nob \u0026\u0026 ./ryi\n```\n\n### Screenshots\n- A few screenshots\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n    \u003cth\u003eScreenshot\u003c/th\u003e\n  \u003c/tr\u003e\n    \n  \u003ctr\u003e\n    \u003ctd\u003eBasic Image view\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"613\" height=\"421\" alt=\"image\" src=\"https://github.com/user-attachments/assets/a5806830-c390-4f65-88cd-a8bca93e1e48\" /\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eGallery view\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"601\" height=\"419\" alt=\"image\" src=\"https://github.com/user-attachments/assets/fb7b4e87-4101-40c8-9739-edd143431119\" /\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n    \u003ctr\u003e\n    \u003ctd\u003eOpen Directory\u003c/td\u003e\n    \u003ctd\u003e\u003cimg width=\"798\" height=\"522\" alt=\"image\" src=\"https://github.com/user-attachments/assets/02182956-0c28-48ea-9eb6-324f53fee2b4\" /\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\n \n\n\n\u003c/table\u003e\n\n\n### Contributing\nAll contibutions are welcome, just don't modify files to put your name etc. Your PRs should actually do work. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexaredecimal%2Fryi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexaredecimal%2Fryi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexaredecimal%2Fryi/lists"}