Skip to content

Commit

Permalink
Merge pull request #47 from gantoine/third-party-page
Browse files Browse the repository at this point in the history
Improvements to third-party apps page
  • Loading branch information
ethanaobrien authored Dec 22, 2024
2 parents 516c100 + 8016a6a commit 4747f63
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 171 deletions.
File renamed without changes.
164 changes: 0 additions & 164 deletions content/1.docs/13.contributors.md

This file was deleted.

22 changes: 15 additions & 7 deletions content/1.docs/6.3rd Party.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
# 3rd Party Projects

EmulatorJS itself is built to be a plugin, rather than an entire website. This is why there is no docker container of this project. There are several projects you can use, that use EmulatorJS!
EmulatorJS itself is built to be a plugin, rather than an entire website. This is why there is no docker container of this project. However, there are several projects you can use that use EmulatorJS!

## RomM: Your beautiful, powerful, self-hosted rom manager.
## RomM: Your beautiful, powerful, self-hosted rom manager

You can view more about this project, at https://romm.app/
### RomM (ROM Manager) allows you to scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes, and custom tags, RomM is a must-have for anyone who plays on emulators.

## Gaseous Server: ROM and title management, with some basic in browser emulation.
### [Website](https://romm.app/) | [Github](https://github.com/rommapp/romm/) | [Instructions](https://github.com/rommapp/romm/wiki/Quick-Start-Guide)

You can view more about this project, at https://github.com/gaseous-project/gaseous-server
![RomM screenshot](https://raw.githubusercontent.com/rommapp/romm/refs/heads/release/.github/resources/screenshots/preview-desktop.gif)

## Gaseous Server: ROM and title management with in browser emulation

### A game ROM manager, with a built in web based emulator using multiple sources to identify and provide metadata.

### [Github](https://github.com/gaseous-project/gaseous-server) | [Instructions](https://github.com/gaseous-project/gaseous-server/wiki/Installation)

![Gaseous screenshot](https://raw.githubusercontent.com/gaseous-project/gaseous-server/refs/heads/main/gaseous-server/wwwroot/screenshots/Library.png)

## EmulatorJS GameLibrary Extension

Our friend [Ramaerel](https://github.com/Ramaerel/emulatorjs-GameLibrary) is developing the EmulatorJS GameLibrary Extension.

* This add-on reads the contents of your ROM folders and uses it to display the games library. ROMs with common endings (like .iso, .bin or .zip), must also include the applicable extension before it. A list is included in this readme with the additional extensions, and will be updated as I go.
This add-on reads the contents of your ROM folders and uses it to display the games library. ROMs with common endings (like .iso, .bin or .zip), must also include the applicable extension before it. A list is included in this readme with the additional extensions, and will be updated as I go.

```txt
Example: [game].[system].[file extension]
Expand All @@ -27,6 +35,6 @@ To use systems that require a bios, like psx, add the bios under the BIOS folder
Example: psx.bin
```

* Installation (wip)
### Installation (WIP)

This is a drag and drop extension, with the exception that it requires something to host PHP files like XAMPP. Put your roms in the /roms/ folder and bios in the /bios/ folder, following the above naming scheme.

0 comments on commit 4747f63

Please sign in to comment.