2023-03-04 15:26:46 +02:00
| Modern style | Classic style |
| :-: | :-: |
2023-03-23 18:42:53 +02:00
| < picture > < source media = "(prefers-color-scheme: dark)" srcset = "repository/main-modern-dark.png" > < img src = "repository/main-modern.png" > < / picture > | < picture > < source media = "(prefers-color-scheme: dark)" srcset = "repository/main-classic-dark.png" > < img src = "repository/main-classic.png" > < / picture > |
| < picture > < source media = "(prefers-color-scheme: dark)" srcset = "repository/settings-modern-dark.png" > < img src = "repository/settings-modern.png" > < / picture > | < picture > < source media = "(prefers-color-scheme: dark)" srcset = "repository/settings-classic-dark.png" > < img src = "repository/settings-classic.png" > < / picture > |
2023-03-04 15:26:46 +02:00
2023-03-15 23:14:08 +02:00
< p align = "center" >
< a href = "https://discord.gg/ck37X6UWBp" > Discord< / a > ·
2023-03-18 16:09:26 +02:00
< a href = "https://matrix.to/ #/#an -anime-game:envs.net" > Matrix</ a > ·
< a href = "https://github.com/an-anime-team/an-anime-game-launcher/wiki" > Wiki< / a >
2023-03-15 23:14:08 +02:00
< / p >
2023-03-04 15:26:46 +02:00
2023-03-15 23:14:08 +02:00
< br >
2023-03-04 15:26:46 +02:00
2023-04-21 21:11:40 +02:00
# ♥️ Useful links and thanks
2023-03-04 15:26:46 +02:00
2023-04-21 21:11:40 +02:00
* [macOS launcher ](https://github.com/3Shain/yet-another-anime-game-launcher ) which contains some additional compatibility components
* [Wiki ](https://github.com/an-anime-team/an-anime-game-launcher/wiki ) contains some basic FAQ, installation instructions and more
* [Releases page ](https://github.com/an-anime-team/an-anime-game-launcher/releases ) where you can find latest available version
* [Changelog ](CHANGELOG.md ) with chronology of the project
< br >
2023-03-04 15:26:46 +02:00
2023-04-21 21:11:40 +02:00
# ⬇️ Download
2023-03-04 15:26:46 +02:00
2023-04-22 14:24:28 +02:00
| Distribution | Format | Wiki | Source |
| - | - | - | - |
| Fedora | Flatpak | [link ](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-any-distribution-flatpak ) | - |
| Arch Linux, Manjaro | AUR | [link ](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-arch-linux-aur ) | [an-anime-game-launcher-bin ](https://aur.archlinux.org/packages/an-anime-game-launcher-bin ) |
| Fedora, OpenSUSE | RPM | [link ](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-fedora-rpm ) | [AAGL ](https://build.opensuse.org/repositories/home:Maroxy:AAT-Apps/AAGL ) |
| Ubuntu | pacstall | - | [an-anime-game-launcher-bin ](https://pacstall.dev/packages/an-anime-game-launcher-bin ) |
| Gentoo | ebuild | [link ](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-gentoo-linux-ebuild ) | [aagl-ebuilds ](https://github.com/an-anime-team/aagl-ebuilds ) |
| NixOS | nixpkg | [link ](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-nixos-nixpkg ) | [aagl-gtk-on-nix ](https://github.com/ezKEa/aagl-gtk-on-nix ) |
2023-03-23 15:02:54 +01:00
2023-04-21 21:20:36 +02:00
To see the installation guides, please visit the wiki page [here ](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation )
2023-03-04 15:26:46 +02:00
2023-05-06 13:36:34 +02:00
Lutris integration described [here ](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-lutris )
2023-03-04 15:26:46 +02:00
## Chinese version support
2023-04-21 21:11:40 +02:00
This should be automatically enabled if you're using zh_cn (Chinese) as your system language. If you're not using it - you can change the game edition in the launcher settings
2022-08-24 21:06:03 +02:00
2023-04-21 21:20:36 +02:00
< br >
2023-04-21 21:11:40 +02:00
# 💻 Development
2022-06-28 23:59:20 +02:00
| Folder | Description |
| - | - |
| src | Rust source code |
2023-01-18 18:38:12 +02:00
| assets | App assets folder |
| assets/locales | App localizations |
2022-06-28 23:59:20 +02:00
| target/release | Release build of the app |
2022-08-26 11:51:07 +02:00
## Clone repo
2022-06-28 23:59:20 +02:00
```sh
2023-03-04 15:26:46 +02:00
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher
2022-06-28 23:59:20 +02:00
```
2022-08-26 11:51:07 +02:00
## Run app
2022-06-28 23:59:20 +02:00
```sh
cargo run
```
2022-08-26 11:51:07 +02:00
## Build app
2022-06-28 23:59:20 +02:00
```sh
cargo build --release
```
2023-03-19 16:50:21 +02:00
## Updates strategy
Starting from 3.2.1 ([fcab428 ](https://github.com/an-anime-team/an-anime-game-launcher/commit/fcab428cb40b1457f41e0856f9d1e1473acbe653 )) we have 2 branches: stable ([main ](https://github.com/an-anime-team/an-anime-game-launcher/tree/main )) and dev ([next ](https://github.com/an-anime-team/an-anime-game-launcher/tree/next )). Code changes will be pushed into dev branch and merged into stable once they're ready for new version release
2023-03-19 17:03:59 +02:00
< img src = "repository/branches.png" / >