Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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