Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mythicapp/mythic
An open-source macOS game launcher with the ability to play Windows games through a custom implementation of Apple's Game Porting Toolkit — supporting multiple platforms.
https://github.com/mythicapp/mythic
crossover egl epic-games epic-games-launcher epicgames game gamelauncher legendary mac-game-launcher macgaming macos macos-app macos-game swiftui wine winegaming
Last synced: 12 days ago
JSON representation
An open-source macOS game launcher with the ability to play Windows games through a custom implementation of Apple's Game Porting Toolkit — supporting multiple platforms.
- Host: GitHub
- URL: https://github.com/mythicapp/mythic
- Owner: MythicApp
- License: gpl-3.0
- Created: 2023-09-28T19:01:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:47:49.000Z (15 days ago)
- Last Synced: 2024-10-29T12:44:34.062Z (15 days ago)
- Topics: crossover, egl, epic-games, epic-games-launcher, epicgames, game, gamelauncher, legendary, mac-game-launcher, macgaming, macos, macos-app, macos-game, swiftui, wine, winegaming
- Language: Swift
- Homepage: https://getmythic.app
- Size: 39.7 MB
- Stars: 575
- Watchers: 14
- Forks: 19
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Mythic
![GitHub License](https://img.shields.io/github/license/MythicApp/Mythic)
[![Discord](https://img.shields.io/discord/1154998702650425397?color=5865F2)](https://discord.com/invite/58NZ7fFqPy)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![Crowdin](https://badges.crowdin.net/mythicapp/localized.svg)](https://crowdin.com/project/mythicapp)A unique open-source game launcher for macOS with the ability to run Windows games.
Mythic is also a GUI frontend for [Legendary](https://github.com/derrod/legendary), that keeps coherence with the rest of macOS in mind.
## Features
- [x] [Windows Game Support](https://github.com/MythicApp/Engine) (DX9-12) (64-bit)
- [ ] Steam Support (Windows version of Steam can still be manually downloaded) [!!view steam development roadmap here](https://github.com/orgs/MythicApp/projects/4)
- [x] Epic Games Support
- [x] Manual Game Imports
- [x] Game management
- [x] Discord IntegrationThere are more big things coming your way for Mythic, see the [roadmap](https://github.com/orgs/MythicApp/projects/2/views/2).
If you believe something's missing from the roadmap that we should add to the app, join our [Discord](https://discord.com/invite/58NZ7fFqPy), [open an issue](https://github.com/MythicApp/Mythic/issues/new/choose), or open a [pull request](https://github.com/MythicApp/Mythic/pulls).## Download
At midnight on the 19th of May, Mythic finally released![Download it now!](https://github.com/MythicApp/Mythic/releases)
* Please note Mythic is only available for macOS 14 (Sonoma) and above.
To verify your Mac's compatibility with Sonoma, visit https://support.apple.com/en-us/105113## Dependencies
Mythic uses the following Swift dependencies:- [Sparkle](https://github.com/sparkle-project/Sparkle) - A software update framework for macOS.
- [swiftui-cached-asyncimage](https://github.com/lorenzofiamingo/swiftui-cached-async-image) - CachedAsyncImage is the simplest way to add cache to your AsyncImage.
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) - The better way to deal with JSON data in Swift.
- [ZIPFoundation](https://github.com/weichsel/ZIPFoundation) - Effortless ZIP Handling in Swift
- [SemanticVersion](https://github.com/SwiftPackageIndex/SemanticVersion) - Semantic version structuring & parsing
- [ColorfulX](https://github.com/Lakr233/ColorfulX) - An implementation using Metal for crafting multi-colored gradients.
- [Glur](https://github.com/joogps/Glur) - A SwiftUI library that uses Metal to display efficient progressive blurs## License
Copyright © 2024 blackxfiiedThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.