Find a file
Observer KRypt0n_ 6525fbb0d9
core: done dynamic heavy tasks initialization
- now launcher is able to load some heavy stuff in background
  so they will not freeze it during start
- patch status and latest game data is loaded in background from now
- renamed some components and their messages types for consistency
2023-02-22 20:46:47 +02:00
.github/workflows upd(buildnup.yml): Merge exp into normal job 2022-11-16 11:43:52 +01:00
anime-launcher-sdk@a62aeef9cd general settings: added test launcher style switcher 2023-02-21 17:32:57 +02:00
assets appearance settings: added initial "download background" option support 2023-02-22 18:43:35 +02:00
src core: done dynamic heavy tasks initialization 2023-02-22 20:46:47 +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 packages: updated relm4 and glib-build-tools version 2023-02-18 00:33:43 +02:00
Cargo.lock packages: updated relm4 and glib-build-tools version 2023-02-18 00:33:43 +02:00
Cargo.toml packages: updated relm4 and glib-build-tools version 2023-02-18 00:33:43 +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