|
| 1 | +--- |
| 2 | +layout: app |
| 3 | + |
| 4 | +permalink: /emulsion/ |
| 5 | +description: Better gaming through chemistry |
| 6 | +license: GPL-3.0+ |
| 7 | + |
| 8 | +icons: |
| 9 | + - emulsion/icons/128x128/emulsion.png |
| 10 | +screenshots: |
| 11 | +- https://yphil.gitlab.io/images/emulsion-screenshot_01-839px.png |
| 12 | + |
| 13 | +authors: |
| 14 | + - name: yphil-dev |
| 15 | + url: https://github.com/yphil-dev |
| 16 | + |
| 17 | +links: |
| 18 | + - type: GitHub |
| 19 | + url: yphil-dev/Emulsion |
| 20 | + - type: Download |
| 21 | + url: https://github.com/yphil-dev/Emulsion/releases |
| 22 | + |
| 23 | +desktop: |
| 24 | + Desktop Entry: |
| 25 | + Name: Emulsion |
| 26 | + Exec: AppRun --no-sandbox %U |
| 27 | + Terminal: false |
| 28 | + Type: Application |
| 29 | + Icon: emulsion |
| 30 | + StartupWMClass: Emulsion |
| 31 | + X-AppImage-Version: 0.11.1 |
| 32 | + Comment: Display your games collection into responsive galleries, manage game metadata, |
| 33 | + cover art and emulator configuration. Launch your games in style. |
| 34 | + Categories: Utility |
| 35 | + AppImageHub: |
| 36 | + X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx'' |
| 37 | + created [don''t know]: invalid packet (ctb=0a) no signature found the signature |
| 38 | + could not be verified. Please remember that the signature file (.sig or .asc) |
| 39 | + should be the first file given on the command line.' |
| 40 | + X-AppImage-Type: 2 |
| 41 | + X-AppImage-Architecture: x86_64 |
| 42 | + |
| 43 | +appdata: |
| 44 | + Type: desktop-application |
| 45 | + ID: io.gitlab.yphil.emulsion |
| 46 | + Name: |
| 47 | + C: Emulsion |
| 48 | + Summary: |
| 49 | + C: Better gaming through chemistry |
| 50 | + Description: |
| 51 | + C: >- |
| 52 | + <p>Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. |
| 53 | + Launch your games in style.</p> |
| 54 | + |
| 55 | + <p>Features:</p> |
| 56 | + |
| 57 | + <ul> |
| 58 | + <li>Flexible Storage - Your games / ROMs can be anywhere, across multiple drives / NAS, etc.</li> |
| 59 | + <li>Universal Input - Keyboard, mouse, or any game controller</li> |
| 60 | + <li>Responsive UX - Adapts perfectly to any screen size / orientation</li> |
| 61 | + <li>Smart emulator management - Emulsion uses your installed emulator, or installs it; standard and up to date.</li> |
| 62 | + <li>Flexible Metadata Management - Manual curation, and / or batch automation. Downloads from multiple sources, Wikipedia |
| 63 | + API default; all manageable from the platform page.</li> |
| 64 | + </ul> |
| 65 | + ProjectLicense: GPL-3.0+ |
| 66 | + Categories: |
| 67 | + - Utility |
| 68 | + Url: |
| 69 | + homepage: https://yphil.gitlab.io/emulsion/ |
| 70 | + bugtracker: https://gitlab.com/yphil/emulsion/-/issues |
| 71 | + help: https://gitlab.com/yphil/emulsion |
| 72 | + Launchable: |
| 73 | + desktop-id: |
| 74 | + - emulsion.desktop |
| 75 | + Screenshots: |
| 76 | + - default: true |
| 77 | + thumbnails: [] |
| 78 | + source-image: |
| 79 | + url: https://yphil.gitlab.io/images/emulsion-screenshot_01-839px.png |
| 80 | + lang: C |
| 81 | + Releases: |
| 82 | + - version: 0.11.01 |
| 83 | + unix-timestamp: 1764892800 |
| 84 | + ContentRating: |
| 85 | + oars-1.1: {} |
| 86 | + |
| 87 | +electron: |
| 88 | + description: Display your games collection into responsive galleries, manage game |
| 89 | + metadata, cover art and emulator configuration. Launch your games in style. |
| 90 | + homepage: https://yphil.gitlab.io/emulsion |
| 91 | + license: GPLv3 |
| 92 | + author: |
| 93 | + name: yPhil |
| 94 | + |
| 95 | + type: module |
| 96 | + main: main.js |
| 97 | + dependencies: |
| 98 | + axios: "^1.12.0" |
| 99 | + electron-updater: "^6.6.2" |
| 100 | + steamgriddb: "^2.2.1" |
| 101 | + tree-kill: "^1.2.2" |
| 102 | + optionalDependencies: |
| 103 | + sdl2-gamecontroller: "^1.1.3" |
| 104 | +--- |
0 commit comments