Skip to content

Commit 3e22bdb

Browse files
committed
Add Emulsion with enhanced metadata
1 parent 896bfe9 commit 3e22bdb

2 files changed

Lines changed: 208 additions & 0 deletions

File tree

apps/emulsion.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
layout: app
3+
4+
permalink: /emulsion/
5+
6+
description: Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.
7+
8+
license: GPLv3
9+
10+
icons:
11+
- emulsion/icons/scalable/emulsion.svg
12+
13+
screenshots:
14+
- https://yphil.gitlab.io/images/emulsion-screenshot_01.png
15+
- https://yphil.gitlab.io/images/emulsion-screenshot_02.png
16+
17+
authors:
18+
- name: yPhil
19+
url: https://github.com/yphil-dev
20+
21+
links:
22+
- type: GitHub
23+
url: yphil-dev/Emulsion
24+
- type: Download
25+
url: https://github.com/yphil-dev/Emulsion/releases
26+
27+
desktop:
28+
Desktop Entry:
29+
Name: Emulsion
30+
Comment: Better gaming through chemistry
31+
Exec: emulsion
32+
Icon: emulsion
33+
Type: Application
34+
Categories: Utility
35+
Terminal: false
36+
37+
electron:
38+
name: emulsion
39+
version: 0.10.6
40+
summary: Better gaming throught chemistry
41+
description: Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.
42+
homepage: https://yphil.gitlab.io/emulsion
43+
license: GPLv3
44+
author:
45+
name: yPhil
46+
email: yphil@gnu.org
47+
keywords:
48+
- games
49+
- emulation
50+
type: module
51+
main: main.js
52+
scripts:
53+
start: electron . --no-sandbox
54+
prebuild: rm -rf ./dist ./out ./node_modules ./repack ./tmp && npm install
55+
build: electron-builder --config builder.yml --linux --publish=never
56+
devDependencies:
57+
electron: 39.2.3
58+
electron-builder: 26.0.12
59+
dependencies:
60+
axios: ^1.12.0
61+
electron-updater: ^6.6.2
62+
steamgriddb: ^2.2.1
63+
tree-kill: ^1.2.2
64+
optionalDependencies:
65+
sdl2-gamecontroller: ^1.1.3
66+
---
67+
68+
# Emulsion
69+
70+
Better gaming through chemistry
71+
72+
Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.
73+
74+
- **License**: GPLv3
75+
- **Homepage**: [https://yphil.gitlab.io/emulsion](https://yphil.gitlab.io/emulsion)
76+
- **Author**: yPhil <yphil@gnu.org>
Lines changed: 132 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)