Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericlewis/DeltaUI
SwiftUI + CoreData user interface for DeltaCore & Friends.
https://github.com/ericlewis/DeltaUI
delta emulator roms swiftui
Last synced: 2 months ago
JSON representation
SwiftUI + CoreData user interface for DeltaCore & Friends.
- Host: GitHub
- URL: https://github.com/ericlewis/DeltaUI
- Owner: ericlewis
- Created: 2019-08-30T03:15:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T15:39:42.000Z (over 3 years ago)
- Last Synced: 2024-11-08T04:43:26.925Z (2 months ago)
- Topics: delta, emulator, roms, swiftui
- Language: Swift
- Homepage:
- Size: 8.7 MB
- Stars: 73
- Watchers: 10
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - DeltaUI
README
# DeltaUI
SwiftUI + CoreData user interface for DeltaCore & Friends. Styled after Apple Music.| ![1](https://imgur.com/L5VsH6Z.png) | ![2](https://imgur.com/TUtp5wZ.png) | ![3](https://imgur.com/SIn2Ald.png) | ![4](https://imgur.com/OR2nAOF.png) |
|-------------------------------------|-------------------------------------|-------------------------------------|-------------------------------------|## :warning: Before you go any further
This app is fairly useless without the All.json file, which contains the references to games. At some point, there might be a built in browser and local / iCloud file management. I don't really plan to distribute this, in any way. It is up to you to build it.**It is also up to you to figure out how / where to get that information, I do not condone piracy- so don't ask.**.
The models are there, so that is how the All.json looks.
## Requirements
- Xcode 11
- iOS 13, iPadOS 13, tvOS 13, macOS Catalina or higher
- git (duh)## Directions
May not build without All.json, but it is optional in code. If you do make an All.json, you will need to manually hookup the sync method in AppDelegate.1. recursively install all the submodules
2. open Xcode
3. cmd + r
4. play games!## Other Stuff
It probably won't build for tvOS, I haven't tried. It won't build for macOS without signifigant changes to DeltaCore. The work there is to switch from using GLKViews to MTKViews because Catalyst doesn't bring over the deprecated GLKit.