Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork797
A web-based frontend for RetroArch
License
EmulatorJS/EmulatorJS
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Note
As of EmulatorJS version 4.0, this project is no longer a reverse-engineered version of the emulatorjs.com project. It is now a complete rewrite.
Warning
As of version 4.0.9 cores and minified files are no longer included in the repository. You will need to get them separately. You can get it fromreleases or the * new CDN (seethis for more info). There is also a new version system that we will be using. (readhere for more info).
Tip
Cloning the repository is no longer recommended for production use. You should usereleases or theCDN instead.
This project has no ads.
Although, the demo page currently has an ad to help fund this project.
Ads on the demo page may come and go depending on how many people are
funding this project.
You can help fund this project onpatreon
If something doesn't work, please consider opening anIssue
with as many details as possible, as well as the console log.
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!
Looking for projects that integrate EmulatorJS? Check outhttps://emulatorjs.org/docs/3rd-party
There are three different version names that you need to be aware of:
- stable - This will be the most stable version of the emulator both code and cores will be tested before release. It will be updated every time a new version is released on GitHub. This is the default version on the Demo.
- latest - This will contain the latest code but use the stable cores. This will be updated every time themain branch is updated.
- nightly - This will contain the latest code and the latest cores. The cores will be updated every day, so this is considered alpha.
EmulatorJS provides a CDN athttps://cdn.emulatorjs.org/, allowing access to any version of the emulator.
To use it, setEJS_pathtodata tohttps://cdn.emulatorjs.org/<version>/data/, replacing<version> withstable,latest,nightly, or another main release.
Be sure to also update theloader.js path to:https://cdn.emulatorjs.org/<version>/data/loader.js
Run a local server with:
Open a terminal in the root of the project.
Install the dependencies with:
npm i
Start the minification with:
node start
Open your browser and go to
http://localhost:8080/to see the demo page.
Before pushing the script files onto your production server it is recommended to minify them to save on load times as well as bandwidth.
Read theminifying documentation for more info.
If you want to help with localization, please check out thelocalization documentation.
>> When reporting bugs, please specify what version you are using
Game Boy Advance | Famicom / NES | Virtual Boy
Master System | Mega Drive | Game Gear
2600 | 5200 | 7800 | Lynx | Jaguar
Commodore 64 |Commodore 128 |Commodore Amiga
Commodore PET |Commodore Plus/4 |Commodore VIC-20
About
A web-based frontend for RetroArch
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.

