mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-22 09:35:52 +03:00
An Anime Game launcher for Linux with telemetry disabling
Some messages (relm4 component's input commands) were renamed Added `UpdateLauncherState` message to, well, update launcher state. By calling this status page will appear with information about current status getting progress Added some new error messages. Before, heavy tasks were sending errors only to tracing logs. Now they also will generate toast messages Added patch applying functionality to the main button. Also made main window disappear when the game is running (like it works now in GTK launcher) |
||
---|---|---|
.github/workflows | ||
.vscode | ||
anime-launcher-sdk@2e726358a2 | ||
assets | ||
src | ||
.gitignore | ||
.gitmodules | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
An Anime Game Launcher GTK (wip relm4 rewrite)
Development
Folder | Description |
---|---|
anime-launcher-sdk | Unified core functionality for the launcher |
src | Rust source code |
assets | App assets folder |
assets/locales | App localizations |
target/release | Release build of the app |
Clone repo
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-relm4
Run app
cargo run
Build app
cargo build --release