Find a file
Observer KRypt0n_ aa3d7c3ffd
1.1.0
- fixed panicing when DXVK is not applied (`Config::try_get_selected_dxvk_info`)
- removed 100 option from fps unlocker

From previous commits:
- added support for FPS unlocker
- added support for system wine during initial setup
- added usage of xdg-portals for folders chooser during initial setup
- fixed DXVK applying using system wine
2022-09-18 14:19:26 +02:00
.github/workflows consistency 2022-08-26 11:53:36 +02:00
anime-game-core@a32856db7d Added initial updates pre-downloading support (from 1.0.3 core) 2022-09-10 22:05:46 +02:00
assets Improved FPS unlocker support 2022-09-14 09:32:56 +02:00
blueprint-compiler@6ad1433587 Several changes 2022-09-08 17:27:37 +02:00
components@59f7158df2 Added theoretical support for system wine during initial setup 2022-09-14 12:43:33 +02:00
repository/pictures Added launcher pics 2022-08-03 23:24:11 +02:00
src 1.1.0 2022-09-18 14:19:26 +02:00
.gitignore Updated core library and AppImage building script 2022-08-04 15:59:52 +02:00
.gitmodules Implemented updated core library and new components system 2022-08-31 20:27:16 +02:00
build.rs Added xdelta3 requirement during initial setup 2022-08-02 20:31:28 +02:00
Cargo.lock 1.1.0 2022-09-18 14:19:26 +02:00
Cargo.toml 1.1.0 2022-09-18 14:19:26 +02:00
CHANGELOG.md 1.1.0 2022-09-18 14:19:26 +02:00
LICENSE Init commit 2022-06-28 23:59:20 +02:00
README.md Updated changelog, removed AppImage building script 2022-09-11 16:55:51 +02:00

An Anime Game Launcher GTK

The launcher variant written on Rust, GTK4 and libadwaita, using Anime Game Core library


You could also try the main branch


Documentation

I wrote small documentation here. It may contain some useful information

Download

Source Link
Native Releases page
AUR an-anime-game-launcher-gtk-bin
Pacstall an-anime-game-launcher-gtk-bin

Flatpak support

To install the launcher via flatpak you will first have to make sure that you have flathub's remote installed

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

After installing flathub's remote you install launcher.moe's remote

NOTE: You can install the repo on a per user base by appending --user after --if-not-exists (This is especially useful if on Steam Deck)

flatpak remote-add --if-not-exists launcher.moe https://gol.launcher.moe/gol.launcher.moe.flatpakrepo

Now the only thing remaining is to install the launcher

flatpak install launcher.moe moe.launcher.an-anime-game-launcher-gtk

Some additional configuration is possible when using the flatpak. For info about this, see this page

Chinese version support

This should be automatically enabled if you're using zh_cn (Chinese) as your system language. If you're not using it - you'll need to set China as your launcher.edition in the config.json file

Development

Folder Description
ui Blueprint UI files
ui/.dist UI files compiled by the blueprint
src Rust source code
target/release Release build of the app
blueprint-compiler Blueprint compiler
anime-game-core Anime Game Core library

Clone repo

git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-gtk

Run app

cargo run

Build app

cargo build --release