neilmunday / pes

The Pi Entertainment System (PES) is a graphical front end for a variety of games console emulators that has been written in Python which is intended for use on the Raspberry Pi. This repository contains the PES source code and operating system customisation scripts.
http://pes.mundayweb.com
GNU General Public License v3.0
24 stars 4 forks source link
pes pysdl2 python raspberry-pi

PES

PES is a graphical front end for a variety of games console emulators that has been written in Python which is intended for use on the Raspberry Pi.

At the heart of PES is the PES GUI. This can be used on any OS that supports Python and PySDL2.

PES GUI 1 PES GUI 2

For use on the Raspberry Pi, PES is distributed via an ArchLinux image (see http://pes.mundayweb.com/html/Installation.html#downloading for the latest image) which contains pre-compiled emulators for the Raspberry Pi. The configuration and compilation scripts used to create the image are also included in this repository.

The PES Raspberry Pi image has the following features:

The documentation and Raspberry Pi image for PES can be found at: http://pes.mundayweb.com

Starting PES

From the command line run:

/opt/pes/bin/pes

By default PES will start in fullscreen mode. To start in windowed mode, please use the -w command line option.

To enable debug messages, use the -v command line option.

To enable Python profiling of the PES code, please use the -p command line option.

You can also turn profiling on and off whilst PES is executing by sending the SIGHUP signal to the main.py Python process. Once profiling is disabled, the stats for the last profiling session will be printed.

Acknowledgements

I would like to thank the following people/groups as without them PES would not be possible:

BerryBoot Images

If you are interested in creating a PES BerryBoot image then please see BERRYBOOT.md.

It is also possible that PES BerryBoot images might be available at https://pes.mundayweb.com.