Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinoahpx/yetanotherminecraftlauncher
Just as the name suggets.
https://github.com/sinoahpx/yetanotherminecraftlauncher
avalonia avaloniaui minecraft minecraft-l minecraft-library minecraft-mod
Last synced: about 6 hours ago
JSON representation
Just as the name suggets.
- Host: GitHub
- URL: https://github.com/sinoahpx/yetanotherminecraftlauncher
- Owner: SinoAHpx
- License: mit
- Created: 2024-06-14T09:05:53.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T15:25:55.000Z (about 20 hours ago)
- Last Synced: 2024-11-15T16:31:34.631Z (about 19 hours ago)
- Topics: avalonia, avaloniaui, minecraft, minecraft-l, minecraft-library, minecraft-mod
- Language: C#
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# YetAnotherMinecraftLauncher
## Config system anatomized
```mermaid
flowchart TB
A1([Application Started])
A2([Application Stopped])
B1(Read Config)
B2(Write Config)
B3(Create Empty Config)
A1 -- Config not found --> B3
A1 -- Config found --> B1
B1 & B3 -- Config changed --> B2 --> A2
B1 & B3 -- Config unchanged --> A2
```- `Round square` is for application lifetime
- `Square` is for user behavior and input
- `Round corner square` is for application response upon user behavior