Sleepy game launcher for Linux with telemetry disabling
Find a file
Observer KRypt0n_ 44d074d864
Changed debug logging
- stdout logs got rid of rustls messages and now are pretty styled
- logs are saved into the `debug.log` file in the launcher folder
  they're not filtered and contain all the messages
- toasts timeout fixed to 5 seconds
- added "save" button which will, well, not save logs
  but open `debug.log` file using `xdg-open`
2023-02-11 12:34:39 +02:00
.github/workflows upd(buildnup.yml): Merge exp into normal job 2022-11-16 11:43:52 +01:00
anime-launcher-sdk@8a32066c07 core: made some components async and updated launcher sdk 2023-02-04 14:44:19 +02:00
assets Changed debug logging 2023-02-11 12:34:39 +02:00
src Changed debug logging 2023-02-11 12:34:39 +02:00
.gitignore relm4 init commit 2023-01-18 18:37:53 +02:00
.gitmodules relm4 init commit 2023-01-18 18:37:53 +02:00
build.rs relm4 init commit 2023-01-18 18:37:53 +02:00
Cargo.lock core: made some components async and updated launcher sdk 2023-02-04 14:44:19 +02:00
Cargo.toml settings: added showing of installed game version 2023-01-28 21:18:24 +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