Find a file
2020-11-19 18:39:25 +01:00
CMake Various updates to make the application compile on macOS. 2020-08-17 19:15:05 +02:00
es-app Made the navigation feel more responsive when using the video view style. 2020-11-19 17:12:31 +01:00
es-core Eliminated unnecessary rendering when the video or slideshow screensaver is running. 2020-11-18 23:52:29 +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
images/v1.0 Added some application features screenshots. 2020-11-19 18:39:25 +01: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 (rbsimple-DE) Some small changes to the c64 and amiga systems. 2020-11-19 17:14:56 +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 Documentation update. 2020-11-19 17:16:23 +01:00
CREDITS.md Documentation update covering macOS. 2020-08-19 21:50:27 +02:00
INSTALL.md Added a game info overlay to the screensaver. 2020-11-12 00:46:59 +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 Fixed an issue where game media would not get rendered during gamelist transitions. 2020-11-18 22:26:58 +01:00
README.md Added some application features screenshots. 2020-11-19 18:39:25 +01:00
THEMES.md Added gamelist info field which displays some useful information. 2020-10-30 14:19:21 +01:00
USERGUIDE.md Documentation update. 2020-11-19 17:16:23 +01:00

EmulationStation Desktop Edition (ES-DE)

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-DE v1.0:

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

The application probably also works fine on devices such as the Raspberry Pi, but this is beyond the scope of this software fork.

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 how to participate here! (You can also read about planned future features there).

Other information

NEWS.md contains information about the current release as well as previous releases. This includes features, improvements and bug fixes.

INSTALL.md provides details on how to build the application from source code, and also discusses more advanced configuration topics.

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

Here are some highlights of what EmulationStation Desktop Edition provides, displayed using the default theme set rbsimple-DE. There are of course many more features available, please refer to the User Guide for a comprehensive overview of all options and functionality!

alt text The 'System view', which is the default starting point for the application, it's here that you browse through your game systems.

alt text The 'Gamelist view', it's here that you browse the games for a specific system. Note the support for mixing files and folders, and as well the favorite games are marked with stars. There is a game counter to the upper right, displaying the total number of games and the number of favorite games for this system.

alt text Another example of the gamelist view, displaying advanced folder support. You can scrape folders for game info and game media, sort folders as you would files, mark them as favorites etc. In this example ES-DE has been configured to sort favorite games above non-favorites.

alt text Games can be grouped into your own custom collections, in this example they're defined as game genres but you can name them to anything you like. All gamelist views including the custom collections support both game images or game videos. By default the rbsimple-DE theme will display the game image for a short moment before starting to play the game video.

alt text This is a view of the built-in scraper which downloads game info and game media from either screenscraper.fr or thegamesdb.net. It's possible to scrape a single game, or to run the multi-scraper which can scrape a complete game system or even your entire collection.

alt text There are many settings for the scraper including options to define which type of info and media to download. The above screenshot shows only a portion of all these settings. Also note the blurred and darkened background which is rendered by ES-DE's GLSL shaders whenever a menu is opened.

alt text In addition to the scraper there is a fully-featured metadata editor that can be used to modify information on a per-game basis. Here you can also toggle some additional flags which the scraper does not set, such as if the game is a favorite, or if you have completed it. Some of these flags can then be filtered in the gamelist view, letting you for instance only list games that you have not played through.

alt text There are four types of built-in screensavers available, including a slideshow and the video screensaver showed in action above. These screensavers start after a configurable number of minutes of inactivity, and randomly display game media that you have previously scraped. If the corresponding option has been enabled, you can jump to the game from the screensaver, or even start it directly. There is shader support in ES-DE to render scanlines and screen blur on top of the videos (for the slideshow, scanline rendering is provided).

alt text ES-DE is fully themeable, so if you prefer another look than what the default theme rbsimple-DE gives you, it's possible to apply another theme. In the example above a modified version of the Fundamental theme is showed. Be aware though that although ES-DE is backwards compatible with older EmulationStation themes, some newer features which are specific to ES-DE will not work, at least not until the theme authors update their themes.

alt text A lot of effort has been spent on trying to make ES-DE easy to setup and use. The above screenshot shows the dialog if starting the application without any game files present in the default ROM directory. Also, ES-DE ships with a very comprehensive game systems configuration file that is automatically installed upon first startup. Note though that the emulator setup is outside the scope of what ES-DE does, and as RetroArch is mostly used, please refer to their website for more information about that part of the configuration.