Find a file
Observer KRypt0n_ ec30411ef8
feat: added app launch flags
Added `--run-game` and `--just-run-game` flags which can be used to run the game

1st will launch the game if launcher state is `Launch`.
Otherwise launcher window will appear

2nd will launch the game on `Launch` state,
as well as on `PredownloadAvailable` and `PatchAvailable(Patch::NotAvailable)`.

As well process stopping was changed by proper app exiting
by calling `relm4::main_application().quit()`
2023-03-01 23:47:34 +02:00
.github/workflows upd(buildnup.yml): Merge exp into normal job 2022-11-16 11:43:52 +01:00
.vscode chore: added recommended extensions for vscode 2023-02-23 14:53:18 +02:00
anime-launcher-sdk@e662699b99 perf(core): updated sdk with changed md5 library 2023-02-26 14:02:58 +02:00
assets feat(i18n): translate menu items into de 2023-03-01 19:04:13 +01:00
src feat: added app launch flags 2023-03-01 23:47:34 +02:00
.gitignore perf: ~23.5% startup performance improvements 2023-02-25 23:39:50 +02:00
.gitmodules relm4 init commit 2023-01-18 18:37:53 +02:00
build.rs packages: updated relm4 and glib-build-tools version 2023-02-18 00:33:43 +02:00
Cargo.lock fix(ui): fixed background picture updating 2023-03-01 18:59:00 +02:00
Cargo.toml fix(ui): fixed background picture updating 2023-03-01 18:59:00 +02:00
CHANGELOG.md 1.2.4 2022-12-24 22:12:51 +02:00
LICENSE Init commit 2022-06-28 23:59:20 +02:00
README.md Repo changes 2023-01-18 18:38:12 +02:00

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