Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedkulp/nostalgo
Emulator frontend for HTPCs. Written in python and sdl2. WIP.
https://github.com/tedkulp/nostalgo
Last synced: 2 days ago
JSON representation
Emulator frontend for HTPCs. Written in python and sdl2. WIP.
- Host: GitHub
- URL: https://github.com/tedkulp/nostalgo
- Owner: tedkulp
- Created: 2016-01-13T12:34:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T22:37:28.000Z (almost 9 years ago)
- Last Synced: 2024-11-14T10:41:25.316Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emulator Frontend for HTPC
The makings of an emulator frontend designed for an HTPC and a controller. Definitely a work in progress.
## Setup
1. Install SDL2, SDL2_ttf, SDL2_image
1. pyvenv env
1. source env/bin/activate
1. pip install -r requirements.txt
1. python main.py## Notes
### Copy random roms
`for file in $(ssh [email protected] "ls -a /mnt/Backup/roms/MAME/Roms/" | shuf | head -25); do scp [email protected]:/mnt/Backup/roms/MAME/Roms/$file .; done`