Find a file
2023-02-25 21:38:47 +02:00
anime-game-core@96cee06995 chore: updated core library with performance improvements 2023-02-25 21:38:47 +02:00
components@76c6ef3f95 Updated core library and components 2023-02-04 14:38:09 +02:00
src tracing: added calling of tracing macros for logging 2023-02-23 13:01:53 +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 all: (experimentally) added tracing library use 2023-02-23 01:01:16 +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