{"id":13575623,"url":"https://github.com/faresbakhit/ayin","last_synced_at":"2025-04-23T00:20:52.872Z","repository":{"id":233948988,"uuid":"788074631","full_name":"faresbakhit/ayin","owner":"faresbakhit","description":"Ayin is a free and open source photo editing software available on Windows, Linux, and MacOS","archived":false,"fork":false,"pushed_at":"2024-09-02T08:31:37.000Z","size":2199,"stargazers_count":83,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T20:22:50.988Z","etag":null,"topics":["image-editor","image-manipulation","image-processing","imgui","photo-editing","photo-editor"],"latest_commit_sha":null,"homepage":"","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/faresbakhit.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}},"created_at":"2024-04-17T18:16:46.000Z","updated_at":"2025-03-21T08:45:10.000Z","dependencies_parsed_at":"2024-08-28T03:26:51.454Z","dependency_job_id":"7060d625-50a2-4308-bcd8-5f1d2eaf1d1d","html_url":"https://github.com/faresbakhit/ayin","commit_stats":null,"previous_names":["faresbakhit/-"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faresbakhit%2Fayin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faresbakhit%2Fayin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faresbakhit%2Fayin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faresbakhit%2Fayin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faresbakhit","download_url":"https://codeload.github.com/faresbakhit/ayin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250344621,"owners_count":21415157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["image-editor","image-manipulation","image-processing","imgui","photo-editing","photo-editor"],"created_at":"2024-08-01T15:01:02.672Z","updated_at":"2025-04-23T00:20:52.852Z","avatar_url":"https://github.com/faresbakhit.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Ayin – Photo Editing Software\n\n![Ayin interface showcase](./misc/readme/ayin.png)\n\nAyin (عَيْن, [\\[ʕajn\\]](https://en.wikipedia.org/wiki/Help:IPA/Arabic)), Arabic for \"eye\", is a free and open-source photo editing software I developed in part of a contest in my first year at FCAI-CU and got 1st place in the solo competition. Ayin is very simplistic compared to big corporate software™ but it has some cool [features](#features) and gets the job done in terms of functionality implemented. A pre-compiled version for Windows is available in the [releases](https://github.com/faresbakhit/ayin/releases/) page, but I urge you to compile it yourself and hack your own version of Ayin with your own patches.\n\n![Photo of a framer with the text 'it ain't much' on top, and the text 'but it's honest work' on the bottom.](./misc/readme/honest-work.jpg)\n\n## Features\n\n- [x] 21+ Filters\n- [x] Multiple image tabs\n- [x] Undo and redo stack\n- [x] Follow device theme\n \n## Build on Windows/MinGW-w64\n\n1. Install [MSYS2](https://www.msys2.org/)\n2. Open `MSYS2 UCRT64`\n3. Install dependencies:\n```\n$ pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-SDL2 mingw-w64-ucrt-x86_64-freetype\n```\n5. Build\n```\n$ cd /path/to/ayin/\n$ make mode=release\n$ ./target/release/ayin.exe\n```\n\n### Configure MSYS2 UCRT64 for VSCode\n\n1. Ctrl+Shift+P\n2. Preferences: Open User Settings (JSON)\n3. Copy this to of your `settings.json`\n```jsonc\n{\n    // ...\n    \"terminal.integrated.profiles.windows\": {\n        \"MSYS2 UCRT\": {\n            \"path\": \"cmd.exe\",\n            \"args\": [\n                \"/c\",\n                \"C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64\"\n            ]\n        }\n    }\n    // ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaresbakhit%2Fayin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaresbakhit%2Fayin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaresbakhit%2Fayin/lists"}