Find a file
Observer KRypt0n_ 7938da4b45
1.0.0-rc2
From previous commits:
- updated core library;
  this fixes getting available space on systems with lots of disks
- added patch folder selection during initial setup
- fixed error panicking when you're closing folder selection dialogue
  during initial setup
- disabled mangohud if gamescope is enabled

Reworked work with config file
- now missing fields will be automatically filled;
  excess fields - removed.
  thanks to new code structure I can easily create
  new fields or rename old ones
- improved `WineLang` enum; now launcher loads languages list dynamically
  from this enum so I can easily add support for new languages

Initial setup changes
- renamed "page_*" to some actual pages names
- added voice packages selection page
- made "Advanced" button working. It shows default paths selection page
2022-08-04 19:45:18 +02:00
anime-game-core@ea6d8638d8 Several changes 2022-08-04 17:23:05 +02:00
assets Several changes 2022-08-04 17:23:05 +02:00
blueprint-compiler@50db59f2d2 Added about dialog 2022-07-26 10:57:12 +02:00
repository/pictures Added launcher pics 2022-08-03 23:24:11 +02:00
scripts Updated core library and AppImage building script 2022-08-04 15:59:52 +02:00
src 1.0.0-rc2 2022-08-04 19:45:18 +02:00
.gitignore Updated core library and AppImage building script 2022-08-04 15:59:52 +02:00
.gitmodules Init commit 2022-06-28 23:59:20 +02:00
build.rs Added xdelta3 requirement during initial setup 2022-08-02 20:31:28 +02:00
Cargo.lock 1.0.0-rc2 2022-08-04 19:45:18 +02:00
Cargo.toml 1.0.0-rc2 2022-08-04 19:45:18 +02:00
CHANGELOG.md 1.0.0-rc2 2022-08-04 19:45:18 +02:00
LICENSE Init commit 2022-06-28 23:59:20 +02:00
README.md Updated core library and AppImage building script 2022-08-04 15:59:52 +02:00

An Anime Game Launcher GTK

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

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://gitlab.com/an-anime-team/an-anime-game-launcher-gtk

Run app

cargo run

Build app

cargo build --release

Building AppImage

./scripts/build.sh