Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcas796/cellar
A macOS app that manages your Windows apps and games with Wine.
https://github.com/dcas796/cellar
Last synced: 8 days ago
JSON representation
A macOS app that manages your Windows apps and games with Wine.
- Host: GitHub
- URL: https://github.com/dcas796/cellar
- Owner: dcas796
- Created: 2023-10-15T08:40:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T18:57:57.000Z (about 1 year ago)
- Last Synced: 2023-11-04T19:33:29.971Z (about 1 year ago)
- Language: Swift
- Size: 843 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cellar
A macOS app that manages your Windows apps and games with Wine.
Currently only supporting macOS Sonoma, as it is required by Apple's Game Porting Toolkit.## Preview
![Cellar App Preview](./Resources/cellar_app_preview.png)
## Features
- GUI wrapper for Wine
- Wine process manager
- Run custom commands
- Easily configurable custom launch arguments and wine configurations (coming soon...)
- Desktop & Dock shortcuts for easy access (coming soon...)## Requirements
- macOS Sonoma
- [Game Porting Toolkit](https://developer.apple.com/games/)## Installation of Game Porting Toolkit
Game Porting Toolkit (GPTK) is a translation layer for Windows' DirectX 12 games into Apple's Metal framework. You will need to install GPTK for gaming support.
Note: You will also need an Apple ID to download GPTK
### Instructions
- Go to https://developer.apple.com/download/all/?q=game%20porting%20toolkit and sign in with your Apple ID.
- Download the latest version of GPTK
- Once downloaded, open the downloaded .dmg and follow the instructions outlined in `README.md`---
Made by [dcas796](https://dcas796.github.com/)