All Projects → RetroPie → Retropie Setup

RetroPie / Retropie Setup

Licence: other
Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
tcl
693 projects

Projects that are alternatives of or similar to Retropie Setup

Gamestarter
🎮 Retrogaming kodi add-on repository for LibreELEC
Stars: ✭ 222 (-97.61%)
Mutual labels:  retrogaming, raspberry-pi, emulation
Openemu
🕹 Retro video game emulation for macOS
Stars: ✭ 13,369 (+43.63%)
Mutual labels:  retrogaming, emulation
Snowflake
❄️ 🎮 Extensible Emulator Frontend written in C# and Javascript
Stars: ✭ 185 (-98.01%)
Mutual labels:  retrogaming, emulation
Mt32 Pi
🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.
Stars: ✭ 231 (-97.52%)
Mutual labels:  retrogaming, raspberry-pi
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (-73.09%)
Mutual labels:  raspberry-pi, pi
Ludo
A libretro frontend written in golang
Stars: ✭ 366 (-96.07%)
Mutual labels:  retrogaming, emulation
Emupedia.github.io
The purpose of Emupedia is to serve as a nonprofit meta-resource, hub and community for those interested mainly in video game preservation which aims to digitally collect, archive and preserve games and software to make them available online accessible by a user-friendly UI that simulates several retro operating systems for educational purposes.
Stars: ✭ 206 (-97.79%)
Mutual labels:  retrogaming, emulation
LudOS
Just enough OS for libretro using the Ludo frontend on a LibreELEC 9.2 base
Stars: ✭ 36 (-99.61%)
Mutual labels:  emulation, retrogaming
Pegasus Frontend
A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
Stars: ✭ 364 (-96.09%)
Mutual labels:  retrogaming, raspberry-pi
Amiberry
Optimized Amiga emulator for the Raspberry Pi and other ARM boards
Stars: ✭ 270 (-97.1%)
Mutual labels:  raspberry-pi, emulation
Lakka Libreelec
Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
Stars: ✭ 1,007 (-89.18%)
Mutual labels:  raspberry-pi, emulation
Provenance
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Stars: ✭ 4,732 (-49.16%)
Mutual labels:  retrogaming, emulation
Retrobat
RetroBat is the best way to play your ROMs collection on Windows !
Stars: ✭ 58 (-99.38%)
Mutual labels:  retrogaming, emulation
Arduino Robust Serial
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust.
Stars: ✭ 83 (-99.11%)
Mutual labels:  raspberry-pi
Deconz Rest Plugin
deCONZ REST-API plugin to control ZigBee devices
Stars: ✭ 1,290 (-86.14%)
Mutual labels:  raspberry-pi
Blacky
Designed to improve some structures to achieve better performance, and learn the algorithms used in the pupper project.
Stars: ✭ 84 (-99.1%)
Mutual labels:  raspberry-pi
Bsb Lan
LAN interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) used by Elco Thision, Brötje and similar heating systems
Stars: ✭ 83 (-99.11%)
Mutual labels:  raspberry-pi
Solarpi
A RaspberryPi based, Flask powered photovoltaic monitor
Stars: ✭ 90 (-99.03%)
Mutual labels:  raspberry-pi
Sled
Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
Stars: ✭ 88 (-99.05%)
Mutual labels:  raspberry-pi
Gopi
Raspberry Pi Go Language Interface
Stars: ✭ 82 (-99.12%)
Mutual labels:  raspberry-pi

RetroPie-Setup

General Usage

Shell script to setup the Raspberry Pi, Vero4K, ODroid-C1 or a PC running Ubuntu with many emulators and games, using EmulationStation as the graphical front end. Bootable pre-made images for the Raspberry Pi are available for those that want a ready-to-go system, downloadable from the releases section of GitHub or via our website at https://retropie.org.uk.

This script is designed for use on Raspberry Pi OS (previously called Raspbian) on the Raspberry Pi, OSMC on the Vero4K or Ubuntu on the ODroid-C1 or a PC.

To run the RetroPie Setup Script make sure that your APT repositories are up-to-date and that Git is installed:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git

Then you can download the latest RetroPie setup script with:

cd
git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git

The script is executed with:

cd RetroPie-Setup
sudo ./retropie_setup.sh

When you first run the script it may install some additional packages that are needed.

Binaries and Sources

On the Raspberry Pi, RetroPie Setup offers the possibility to install from binaries or source. For other supported platforms only a source install is available. Installing from binary is recommended on a Raspberry Pi as building everything from source can take a long time.

For more information, visit the site at https://retropie.org.uk or the repository at https://github.com/RetroPie/RetroPie-Setup.

Docs

You can find useful information about several components and answers to frequently asked questions in the RetroPie Docs. If you think that there is something missing, you are invited to submit a pull request to the RetroPie-Docs repository.

Thanks

This script just simplifies the usage of the great works of many other people that enjoy the spirit of retrogaming. Many thanks go to them!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].