Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basilean/panzas
Another way to browse video games legacy.
https://github.com/basilean/panzas
history legacy retrocomputing retrogaming
Last synced: about 2 months ago
JSON representation
Another way to browse video games legacy.
- Host: GitHub
- URL: https://github.com/basilean/panzas
- Owner: basilean
- License: gpl-3.0
- Created: 2022-11-25T23:43:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T15:13:12.000Z (about 2 years ago)
- Last Synced: 2023-12-29T01:30:40.718Z (about 1 year ago)
- Topics: history, legacy, retrocomputing, retrogaming
- Language: JavaScript
- Homepage: https://basile.ar/panzas
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PanZaS
![^-.-^](https://raw.githubusercontent.com/basilean/panzas/main/style/panzas.svg?sanitize=true)
:joystick: **https://basile.ar/panzas/** :video_game:
Another way to browse video games legacy.
## How it Works?
It tries to bring the best of these collections in the simpler way.
```mermaid
graph TD
style A fill:#0e0,stroke:#010,stroke-width:1px;
style B fill:#0ee,stroke:#011,stroke-width:1px;
style C fill:#0ee,stroke:#011,stroke-width:1px;
style D fill:#0ee,stroke:#011,stroke-width:1px;
style E fill:#ee0,stroke:#111,stroke-width:1px;
A(Github) -->|repo| B(LibRetro)
A -->|repo| C(PanZaS)
A -->|repo| D(IAGL)
B <-->|api| E
C -->|pages| E(SPA)
D <-->|api| E
```
* [Internet Archive Game Launcher](https://github.com/zach-morris/plugin.program.iagl) is a [Kodi](https://github.com/xbmc/xbmc) plugin. It has a curated database composed of XML files (usually one by platform), including games with information, images and most important, links to their roms from [Internet Archive](https://archive.org/).
* [LibRetro](https://github.com/libretro) is the one emulator run all platforms, it has an UI called [RetroArch](https://github.com/libretro/RetroArch) and they both come ready to go in its own GNU/Linux distribution [Lakka](https://github.com/libretro/Lakka-LibreELEC). It uses a database where the RDB files are bytes encoded and it has a dedicated repository for images.## Special Thanks to...
Zack Morris and his great database: [IAGL](https://github.com/zach-morris/plugin.program.iagl)LibRetro team for emulators and database: [LibRetro](https://github.com/libretro/libretro-database)