1
0
Fork 0
mirror of synced 2024-07-03 05:31:23 +12:00
Rare/README.md

37 lines
1.3 KiB
Markdown
Raw Normal View History

2020-08-28 00:24:24 +12:00
# Rare
2020-08-28 00:37:57 +12:00
## A frontend for legendary, the open source Epic Games Launcher alternative
Rare is currently considered beta software and in no way feature-complete. You **will** run into issues, so make backups first!
2020-08-28 00:54:15 +12:00
### Requirements
2021-01-06 08:49:29 +13:00
- requests,
- pillow
- pyqt5
- legendary-gl
- PyQtWebengine
2020-08-28 00:37:57 +12:00
2020-08-28 00:54:15 +12:00
### Usage
2020-08-28 00:37:57 +12:00
When you run Rare, it'll check if you're currently logged in and walk you through logging in if you aren't.
Once you're logged in, it will pull game covers from the "metadata" folder in Legedary's config folder, join logo and background together and then display a list of games you have in your account. Installed games will appear in full color while not installed ones will appear in black and white.
2020-11-10 04:46:51 +13:00
### Implemented
- Launch, install and uninstall games
- Authentication(Import from existing installation and via Browser)**(Please test it!)**
2020-12-27 09:09:01 +13:00
- In-app Browser to buy games
2021-01-06 08:49:29 +13:00
- Settings
2020-11-10 04:46:51 +13:00
### Todos
- Sync saves
- ...
2021-01-06 08:49:29 +13:00
### Images
![alt text](https://github.com/Dummerle/Rare/blob/master/Screenshots/GameList.png?raw=true)
![alt text](https://github.com/Dummerle/Rare/blob/master/Screenshots/Uninstalled.png?raw=true)
![alt text](https://github.com/Dummerle/Rare/blob/master/Screenshots/Settings.png?raw=true)
2020-11-10 04:46:51 +13:00
If you have features you want to have in this app, create an issue on github or build it yourself. Please report bugs(Especially Windows)