Find a file
2020-11-09 23:41:27 +01:00
CMake Various updates to make the application compile on macOS. 2020-08-17 19:15:05 +02:00
es-app Fixed multiple issues with filters and the gamelistInfo field. 2020-11-09 23:41:27 +01:00
es-core Some cosmetic code cleanup and some small documentation updates. 2020-11-08 22:58:06 +01:00
external Made pugixml an external dependency and fixed the cmake/cpack installation and package creation. 2020-06-24 17:38:41 +02:00
licenses Changed the licenses directory name from uppercase to lowercase. 2020-08-19 22:50:45 +02:00
resources Replaced the on and off button icons with new graphics. 2020-11-08 13:06:04 +01:00
themes/rbsimple-DE Added gamelist info field which displays some useful information. 2020-10-30 14:19:21 +01:00
tools Added a Unix man page and a script to generate it. 2020-07-16 14:24:48 +02:00
.gitignore Updated .gitignore to exclude profiling data. 2020-10-11 09:55:53 +02:00
CMakeLists.txt (Windows) Fixed some build issues and got the OpenGL shaders to work. 2020-09-16 22:14:35 +02:00
CONTRIBUTING.md Added the ability to filter on game names. 2020-11-08 16:34:33 +01:00
CREDITS.md Documentation update covering macOS. 2020-08-19 21:50:27 +02:00
INSTALL.md Overhaul of settings code. 2020-11-05 18:18:11 +01:00
LICENSE Reverted to longer line length license file and added custom macOS version. 2020-09-17 21:49:40 +02:00
NEWS.md Some cosmetic code cleanup and some small documentation updates. 2020-11-08 22:58:06 +01:00
README.md (macOS) Made the game launching more seamless. 2020-08-23 18:41:08 +02:00
THEMES.md Added gamelist info field which displays some useful information. 2020-10-30 14:19:21 +01:00
USERGUIDE.md Added a menu entry and functionality to delete custom collections. 2020-11-09 17:50:02 +01:00

EmulationStation Desktop Edition

EmulationStation Desktop Edition is a cross-platform graphical front-end for emulators with controller and keyboard navigation.

Maybe you're familiar with EmulationStation: yes there are multiple forks available for this software! However this version is intended for use primarily on desktop computers where it's not the primary interface for the computer. As such, the aim is not to provide full control over emulator settings or emulator button mappings, or include system administration functions and similar. Instead it's assumed that the emulators and the overall environment has been properly configured upfront.

The goal is to make the software as easy as possible to install and use, and to suppport the major desktop operating systems: Unix/Linux, macOS and Windows.

The following operating systems have been tested and confirmed as working with ES:

  • Kubuntu 20.04
  • macOS 10.11.6 (El Capitan)
  • Windows 10 (x86)
  • Windows 8.1 (x86)

It's possible that the application still compiles and works on devices such as the Raspberry Pi, but again it's not the goal of this fork to run on such devices.

The software comes preconfigured for use primarily with RetroArch, although this can be changed as all emulator settings are fully configurable, even on a per-game basis.

A comprehensive theme set, rbsimple-DE (which is based on Recalbox Multi from the Recalbox community) is bundled with the application.

Check out the User Guide for how to quickly get the application up and running!
(It will also show how to use some of its more advanced features.)

Help needed:

If you would like to contribute to the development of EmulationStation Desktop Edition, please read the CONTRIBUTING file!

Other information

NEWS.md contains information about new functionality, improvements and bug fixes.
(An overview of all previous versions will be included here as well.)

INSTALL.md provides details on how to build and configure the application.

CREDITS.md is an attempt to credit the individuals and projects which made this application possible.

THEMES.md is a guide on how theming works and is useful for those who would like to develop a new theme, or perhaps customize an existing theme.

Some feature highlights