{"id":20187436,"url":"https://github.com/humbertodias/retrounityfe","last_synced_at":"2025-04-10T06:43:45.426Z","repository":{"id":133698981,"uuid":"64801831","full_name":"humbertodias/RetroUnityFE","owner":"humbertodias","description":"Unity frontend for the libretro API","archived":false,"fork":false,"pushed_at":"2025-03-13T04:07:58.000Z","size":26303,"stargazers_count":46,"open_issues_count":4,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-06T05:18:33.489Z","etag":null,"topics":["libretro-api","unity"],"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/humbertodias.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"humbertodias"}},"created_at":"2016-08-03T00:30:25.000Z","updated_at":"2025-03-29T04:42:39.000Z","dependencies_parsed_at":"2025-02-13T03:36:49.259Z","dependency_job_id":null,"html_url":"https://github.com/humbertodias/RetroUnityFE","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2FRetroUnityFE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2FRetroUnityFE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2FRetroUnityFE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/humbertodias%2FRetroUnityFE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/humbertodias","download_url":"https://codeload.github.com/humbertodias/RetroUnityFE/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248173539,"owners_count":21059595,"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":["libretro-api","unity"],"created_at":"2024-11-14T03:23:46.596Z","updated_at":"2025-04-10T06:43:45.416Z","avatar_url":"https://github.com/humbertodias.png","language":"C#","funding_links":["https://github.com/sponsors/humbertodias"],"categories":[],"sub_categories":[],"readme":"[![Continuous Delivery](https://github.com/humbertodias/RetroUnityFE/actions/workflows/cd.yml/badge.svg)](https://github.com/humbertodias/RetroUnityFE/actions/workflows/cd.yml)\n![GitHub all releases](https://img.shields.io/github/downloads/humbertodias/RetroUnityFE/total)\n\n# RetroUnityFE\n\nRetroUnityFE is a frontend for the **libretro API** built in **Unity 6+**.\n\n[RetroUnity-demo.webm](https://github.com/user-attachments/assets/6af507c6-a1e5-4475-b221-fb9dfb2d859a)\n\n| Input        | Action       |\n|:------------:|:------------:|\n| 5            | Insert Coin  |\n| WASD/Arrows  | Move         |\n| Enter        | Start        |\n| P            | Pause        |\n| Ctrl         | Punch        |\n| Alt          | Jump         |\n\n## 📖 Documentation\n\nFor detailed setup and usage instructions, see the [Wiki](https://github.com/Scorr/RetroUnity/wiki).\n\n## 🎮 Tested Platforms\n\n* [x] Linux\n* [x] MacOS\n* [x] Windows\n* [x] Android\n* [ ] iOS\n\n## 📋 Features\n\n* [ ] Savestate\n* [ ] Rewind \n\n## 📂 External Assets\n\nThe following assets are used in this project:\n\n- **[Flatscreen TV](https://assetstore.unity.com/packages/3d/props/electronics/flatscreen-tv-9721)** by Rutger Klunder\n- **[Free Furniture Set](https://assetstore.unity.com/packages/3d/props/furniture/free-furniture-set-26678)** by Lef\n- **[LibRetro for Linux](http://dimitry-i.blogspot.com/2013/01/mononet-how-to-dynamically-load-native.html)**\n\n## 🔧 Setup Instructions\n\n### 📁 Shared Library \u0026 ROMs\n\nPlace shared libraries and ROMs inside the `Assets/StreamingAssets/` folder.\n\n### 🛠️ Install Dependencies (Linux)\n\n```sh\nsudo apt install libretro-snes9x libretro-snes9x-next\n```\n\n### 🎮 Running a Game\n\n```sh\nretroarch --libretro /usr/lib/libretro/snes9x_libretro.so \"Classic Kong Complete (U) V2-01.smc\"\n```\n\n```sh\nRetroUnityFE --libretro /usr/lib/libretro/snes9x_libretro.so \"Classic Kong Complete (U) V2-01.smc\"\n```\n\n## 🕹️ Tested Libretro Cores\n\nThe following cores have been tested and confirmed to work:\n\n- **snes9x** (Super Nintendo)\n- **blastem** (Sega Genesis)\n- **genesis_plus_gx** (Sega Genesis)\n- **nestopia** (Nintendo Entertainment System)\n- **mgba** (Game Boy Advance)\n- **mame2003_plus** (Arcade)\n- **vecx** (Vectrex)\n- **yabause** (Sega Saturn)\n\n[Download latest cores](http://buildbot.libretro.com/nightly/) for your operating system and processor\n\n## 📚 References\n\n- [SNES SDK](https://github.com/optixx/snes-sdk)\n- [Classic Kong](https://github.com/nathancassano/classickong)\n- [Flatscreen TV Asset](https://assetstore.unity.com/packages/3d/props/electronics/flatscreen-tv-9721)\n- [Furniture Set Asset](https://assetstore.unity.com/packages/3d/props/furniture/free-furniture-set-26678)\n\n---\n\n🎮 **RetroUnityFE** is an open-source project that aims to bring a seamless frontend experience for **libretro** cores in Unity!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumbertodias%2Fretrounityfe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumbertodias%2Fretrounityfe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumbertodias%2Fretrounityfe/lists"}