Find a file
2022-11-11 23:31:36 +02:00
anime-game-core@73d3644761 Init commit 2022-11-11 18:29:16 +02:00
components@f7219b5b1b Added work with components and states system 2022-11-11 23:31:36 +02:00
src Added work with components and states system 2022-11-11 23:31:36 +02:00
.gitignore Init commit 2022-11-11 18:29:16 +02:00
.gitmodules Added work with components and states system 2022-11-11 23:31:36 +02:00
Cargo.toml Added work with components and states system 2022-11-11 23:31:36 +02:00
LICENSE Initial commit 2022-11-11 14:02:51 +02:00
README.md Added work with components and states system 2022-11-11 23:31:36 +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 (50%)

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
runner Run the game
fps-unlocker Support of FPS unlocker. Manage its config, download, use in game runner