Find a file
Observer KRypt0n_ a62aeef9cd
config: added LauncherStyle param
- used in WIP Relm4 rewrite
- may not be useful in other launcher variants which will use this SDK,
  so would be a good idea to make a standard way
  for developers to integrate their own settings
  with ones provided by this SDK
2023-02-21 17:32:00 +02:00
anime-game-core@27f8d7cd10 Updated core library and components 2023-02-04 14:38:09 +02:00
components@76c6ef3f95 Updated core library and components 2023-02-04 14:38:09 +02:00
src config: added LauncherStyle param 2023-02-21 17:32:00 +02:00
.gitignore Init commit 2022-11-11 18:29:16 +02:00
.gitmodules Made core library a git submodule 2023-01-18 19:15:57 +02:00
Cargo.toml config: changed some enums to use enum_ordinalize crate 2023-01-28 19:54:53 +02:00
LICENSE Initial commit 2022-11-11 14:02:51 +02:00
README.md Added fps unlocker and game running support 2022-11-11 23:46:14 +02:00

Anime Launcher SDK

Project goals

  • Unify backends for gtk and tauri launchers so they will have same functionality;
  • Remove excess code from gtk launcher and prepare it for relm4 rewrite;
  • Prepare codebase for tauri rewrite;

Current progress (75%)

Status Feature Description
states Getting current launcher's state (update available, etc.)
config Work with config file
components Work with components needed to run the game
List Wine and DXVK versions
Download, delete and select wine
Download, delete, select and apply DXVK
game Run the game
fps-unlocker Support of FPS unlocker. Manage its config, download, use in game runner