anime-launcher-sdk/README.md

30 lines
1.1 KiB
Markdown
Raw Normal View History

2023-04-15 10:05:52 +00:00
# 🦀 Anime Launcher SDK
2022-11-11 16:29:16 +00:00
2023-04-15 10:05:52 +00:00
SDK based on [anime-game-core](https://github.com/an-anime-team/anime-game-core) with some basic instruments like launcher state system and configuration file manager, written in Rust
## Common features
| Description | Feature |
| - | - |
| Manage launcher state | `states` |
| Manage launcher config | `config` |
| Manage components (list wine/dxvk versions, etc) | `components` |
| Run the game | `game` |
| Use Discord RPC when the game is running | `discord-rpc` |
2023-04-16 08:20:27 +00:00
| Run the game in `bwrap` sandbox | `sandbox` |
2023-04-15 10:05:52 +00:00
## Anime Game specific features
| Description | Feature |
| - | - |
| Emulate game environment to get additional in-game payment methods | `environment-emulation` |
| Unlock in-game frame rendering limit | `fps-unlocker` |
## Supported games
| Name | Feature |
| - | - |
| [An Anime Game](https://github.com/an-anime-team/an-anime-game-launcher) | `gen-shin` (without dash) |
2023-05-20 13:58:22 +00:00
| [Honkers Railway](https://github.com/an-anime-team/the-honkers-railway-launcher) | `star-rail` |
2023-04-15 10:05:52 +00:00
| [Honkers](https://github.com/an-anime-team/honkers-launcher) | `hon-kai` (without dash) |