{"id":13753644,"url":"https://github.com/itytophile/rab","last_synced_at":"2025-05-09T21:35:23.461Z","repository":{"id":45461517,"uuid":"360882752","full_name":"itytophile/rab","owner":"itytophile","description":"Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool","archived":false,"fork":false,"pushed_at":"2022-07-13T20:33:45.000Z","size":906,"stargazers_count":27,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T09:52:19.055Z","etag":null,"topics":["armor","armors","build","charm","free","hunter","jewel","monster","opensource","rab","rise","rust","search","set","skill","software","talisman","tool"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/itytophile.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}},"created_at":"2021-04-23T12:50:12.000Z","updated_at":"2025-01-10T10:45:33.000Z","dependencies_parsed_at":"2022-07-15T03:16:54.021Z","dependency_job_id":null,"html_url":"https://github.com/itytophile/rab","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itytophile%2Frab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itytophile%2Frab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itytophile%2Frab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itytophile%2Frab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itytophile","download_url":"https://codeload.github.com/itytophile/rab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253328962,"owners_count":21891557,"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":["armor","armors","build","charm","free","hunter","jewel","monster","opensource","rab","rise","rust","search","set","skill","software","talisman","tool"],"created_at":"2024-08-03T09:01:26.482Z","updated_at":"2025-05-09T21:35:23.006Z","avatar_url":"https://github.com/itytophile.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"Web version available: https://itytophile.github.io/rab/\n\n# RAB\n\nRusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool\n\nArmor files used by RAB here: https://github.com/itytophile/monster-hunter-rise-armors\n\nLocalization files here: https://github.com/itytophile/rab-locale\n\nMH Icons from https://monsterhunter.fandom.com/wiki/User:YukiHerz/SVG_Icons\n\nOther icons from Font Awesome https://fontawesome.com/license/free\n\n## Installation\n\nIf you use Windows or Linux, you can download the binary here https://github.com/itytophile/rab/releases\n\nRAB will download on its own the armor and localization files if they are not present.\n\nHowever you can still download the files manually [here](https://github.com/itytophile/monster-hunter-rise-armors) and [here](https://github.com/itytophile/rab-locale). The armor files must be in a folder named \"armors\" and the localization files in a folder named \"locale\". Both folders must be next to the executable.\n\n## Need help for localization!\n\nAt the moment, the skills and armors are translated into\n\n- English\n- Polish\n- French\n- German\n- Italian\n- Russian\n- Spanish\n\nI need help for translating the UI in all these languages except French (English is done but as I am not a native speaker I can't really say this is perfect).\n\nUnfortunately Chinese, Korean and Japanese can't be supported yet. The GUI library (iced) I use doesn't support them.\n\nIf you are interested, you can check how a localization is done here: https://github.com/itytophile/rab-locale\n\nIt should be understandable, you can compare the French and English localization to see how this is done.\n\n## Screenshots\n\nChoose the wished skills and RAB searches compatible builds for you:\n\n![Main RAB page](https://raw.githubusercontent.com/itytophile/rab/main/docs/screenshots/rab_main.png)\n\nYou can add your own talismans to RAB:\n\n![Talisman menu](https://raw.githubusercontent.com/itytophile/rab/main/docs/screenshots/talisman_menu.png)\n\nManage your builds!\n\n![Build details](https://raw.githubusercontent.com/itytophile/rab/main/docs/screenshots/rab_details.png)\n![Build list](https://raw.githubusercontent.com/itytophile/rab/main/docs/screenshots/rab_builds.png)\n\n## Building\n\nYou have to install Rust first. Instructions here https://rustup.rs/\nAnd you need git.\n\nThen open a shell:\n\n```sh\ngit clone https://github.com/itytophile/rab.git\n```\n\nGo to the rab folder:\n\n```sh\ncd rab\n```\n\nclone the armors files repo (the armor files must be in a folder named \"armors\"):\n\n```sh\ngit clone https://github.com/itytophile/monster-hunter-rise-armors.git armors\n```\n\nand clone the localization files repo (must be in a folder named \"locale\"):\n\n```sh\ngit clone https://github.com/itytophile/rab-locale.git locale\n```\n\nthen you can run the software (execute the command directly in the rab folder):\n\n```sh\ncargo run --release\n```\n\nIf you want to move the binary somewhere else, it is located here: `rab/target/release/rab(.exe)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitytophile%2Frab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitytophile%2Frab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitytophile%2Frab/lists"}