Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvyden/ugcbrowser
Client written in Qt that lets you traverse custom servers
https://github.com/jvyden/ugcbrowser
Last synced: 5 days ago
JSON representation
Client written in Qt that lets you traverse custom servers
- Host: GitHub
- URL: https://github.com/jvyden/ugcbrowser
- Owner: jvyden
- Created: 2023-11-10T03:24:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-14T03:24:48.000Z (about 1 year ago)
- Last Synced: 2023-11-15T03:34:14.776Z (about 1 year ago)
- Language: C++
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UgcBrowser
Client written in Qt that lets you traverse custom serversUsing this project to learn C++ and Qt, expect bad code :)
## Goals
I say goals but this is just me brainstorming, you're here too early in other words
Ability to traverse multiple gameserver APIs
- Refresh
- SoundShapes
- K.O.R
- LighthouseMaybe a list of instances, like this
```json
[
{
"instanceName": "LittleBigRefresh",
"apiUrl": "https://lbp.littlebigrefresh.com/api/v3/",
"apiType": "refresh"
},
{
"instanceName": "sound.ture.fish",
"apiUrl": "https://sound.ture.fish/api/v1/",
"apiType": "soundShapes"
},
{
"instanceName": "K.O.R Production",
"apiUrl": "https://kor.ture.fish/api/v1/",
"apiType": "knyckOchRych"
},
{
"instanceName": "Infinite",
"apiUrl": "https://lnfinite.site/api/v1/",
"apiType": "lighthouse"
},
]
```Ideally there's have one UI for all apiTypes
Also you'd probably wanna verify if the api type is correct