{"id":51367915,"url":"https://github.com/tectiv3/talrand","last_synced_at":"2026-07-03T03:03:41.371Z","repository":{"id":367442709,"uuid":"1280838951","full_name":"tectiv3/talrand","owner":"tectiv3","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-26T01:55:40.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-26T03:13:50.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/tectiv3.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":"2026-06-26T01:44:16.000Z","updated_at":"2026-06-26T01:59:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tectiv3/talrand","commit_stats":null,"previous_names":["tectiv3/talrand"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tectiv3/talrand","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tectiv3%2Ftalrand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tectiv3%2Ftalrand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tectiv3%2Ftalrand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tectiv3%2Ftalrand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tectiv3","download_url":"https://codeload.github.com/tectiv3/talrand/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tectiv3%2Ftalrand/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35070339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"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-07-03T03:03:40.175Z","updated_at":"2026-07-03T03:03:41.362Z","avatar_url":"https://github.com/tectiv3.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talrand\n\nA personal iOS companion app for the [Talrand, Sky Summoner](https://scryfall.com/search?q=talrand+sky+summoner) Commander deck. Built for mid-game quick reference when half your physical cards are in Japanese.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/screenshots/deck-list.jpg\" alt=\"Talrand deck list\" width=\"300\"\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Card scanner** — point your camera at any card in the deck. Uses Vision framework neural fingerprints (`VNFeaturePrintObservation`) to match against all ~100 cards in sub-millisecond time. Works regardless of card language. Falls back to OCR on collector numbers.\n- **Scan feedback** — shows \"Maybe: Counterspell?\" for near-matches while scanning, with text search fallback for manual lookup.\n- **Card detail** — English oracle text, rulings, mana cost, set info. Tap to flip double-faced cards.\n- **Swipe navigation** — horizontal swipe between cards in the same category.\n- **Card swap** — scan or search for a replacement card via Scryfall, confirm the swap, deck updates in place.\n- **Custom card photos** — long-press any card image to replace it with a photo from camera or library.\n- **Configurable thumbnails** — compact, normal, or large card thumbnails in the deck list.\n- **Offline-first** — all card data and images cached locally after initial sync.\n\n## Stack\n\nSwiftUI · SwiftData · Vision · AVFoundation · Scryfall API\n\n## Requirements\n\n- iOS 26+\n- Xcode 16+\n- [XcodeGen](https://github.com/yonwoo9/XcodeGen) (the Makefile runs it via `nix shell nixpkgs#xcodegen`)\n\n## Project generation\n\nThe Xcode project is generated from `project.yml` by XcodeGen and is **not** committed\n(`Talrand.xcodeproj/` is git-ignored). On a fresh clone there is nothing to open in\nXcode until you generate it:\n\n```\ncp Local.xcconfig.example Local.xcconfig   # set your DEVELOPMENT_TEAM (kept out of git)\nmake generate                              # writes Talrand.xcodeproj\nopen Talrand.xcodeproj\n```\n\nRe-run `make generate` after editing `project.yml` or adding/removing files.\n\n## Build \u0026 test\n\n```\nmake build   # authoritative typecheck (iOS Simulator target)\nmake test    # camera-free OCR + deck-resolution regression suite (also Cmd+U in Xcode)\n```\n\n## Setup\n\nThe app syncs your deck on first launch. Card images and data are fetched from [Scryfall](https://scryfall.com) (public API, no key required).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftectiv3%2Ftalrand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftectiv3%2Ftalrand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftectiv3%2Ftalrand/lists"}