Skip to content

Commit cded24d

Browse files
committed
Merge branch 'main' of github.com:bennyscripts/tequila
2 parents 5872188 + 4009efa commit cded24d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
11
# Tequila
22
The better way to see how well your games run on Apple Silicon
3+
4+
![CleanShot 2024-12-03 at 1  04 38@2x](https://github.com/user-attachments/assets/c0842ea3-87f6-41b6-aa8c-3f4ebba37125)
5+
6+
## About Tequila
7+
Gaming on Mac's has become amazing now thanks to Rosetta 2, CrossOver and lots of other translation layers but I've always found it such a struggle to find a list that tells me what games can run on what translation layer and how well. I stumbled across AppleGamingWiki's master list which gave me this info but the website was such a pain to use so I decided to scrape the data and create my own app! In future, I plan to add a way to add your own Steam library which will then automatically show you how well your different games will run on your system! Tequila is made completely with Swift and uses a native looking Apple UI which will blend in nicely with your Mac apps!
8+
9+
## Features
10+
Tequila is very barebones at the moment. You can save your favourite games to your Library which will allow you to access them at ease and there is a master list available with search.
11+
![CleanShot 2024-12-03 at 1  04 45@2x](https://github.com/user-attachments/assets/8a268e2c-ff8e-4e3e-8ce1-b1d46ded3375)
12+
![CleanShot 2024-12-03 at 1  05 01@2x](https://github.com/user-attachments/assets/069dae76-cc2a-459b-9cdc-508c36bf129a)
13+
14+
## To-do
15+
- [x] Add aliases to master list
16+
- [ ] Add community updates for master list
17+
- [ ] Ability to filter the master list
18+
- [ ] Add caching for images and GiantBomb data
19+
- [ ] Categories to find best games to play with set translation layers
20+
- [ ] Steam Library
21+
22+
## How to build
23+
Tequila is built like any other Mac OS xcode project. However, you need to add your GiantBomb API key in your `Config.xcconfig` file as follows:
24+
```
25+
GIANT_BOMB_API_KEY = YOUR_GIANT_BOMB_KEY
26+
```
27+
You then also have to add the following to your `Info.plist` file:
28+
```
29+
<key>GIANT_BOMB_API_KEY</key>
30+
<string>${GIANT_BOMB_API_KEY}</string>
31+
```
32+
Once you've done this, you will be able to use all the GiantBomb features!

0 commit comments

Comments
 (0)