Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumaa-dev/modrinthapp
Quick Modrinth app (Not affiliated with Modrinth)
https://github.com/lumaa-dev/modrinthapp
modrinth swift-charts swiftui
Last synced: 16 days ago
JSON representation
Quick Modrinth app (Not affiliated with Modrinth)
- Host: GitHub
- URL: https://github.com/lumaa-dev/modrinthapp
- Owner: lumaa-dev
- License: cc0-1.0
- Created: 2023-07-04T17:42:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T14:17:11.000Z (about 1 year ago)
- Last Synced: 2024-10-31T05:24:17.214Z (2 months ago)
- Topics: modrinth, swift-charts, swiftui
- Language: Swift
- Homepage: https://modrinth.com
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modrinth App
This is a very quick unofficial Modrinth app made in SwiftUI, and it uses `UserDefaults` to save "records" which are graphs of downloads and followers as shown [here](#graphics), using [Swift Charts](https://developer.apple.com/documentation/charts), the official chart API made for SwiftUI by Apple mainly updated each year.There is also the ["Mods"](#mods) page as well as the ["Search mods"](#search). When you click on a mod it displays [this very lazy view](#mod).
There are also more hidden features or features that are not written here.
* * *
**This app is not affiliated with Modrinth in any way.**
# Showcase images
All the screenshots were taken at [this specific commit](https://github.com/lumaa-dev/ModrinthApp/tree/f83b5a5ec569cf6b78a17fb12b3f42b44bf5cdbe). Images might not me accurate.## Graphics
Mod displayed: [The Backrooms Mod](https://modrinth.com/mod/backrooms)
![Backrooms Mod Graphics](./README_img/graph.jpg)## Mods
![Modrinth Home](./README_img/home.PNG)## Search
![Modrinth Search "Backrooms"](./README_img/search.PNG)## Mod
Mod displayed: [SkinShuffle](https://modrinth.com/mod/skinshuffle)
![SkinShuffle page](./README_img/mod.PNG)