the-honkers-railway-launcher/README.md

57 lines
1.4 KiB
Markdown
Raw Normal View History

2022-06-28 21:59:20 +00:00
# An Anime Game Launcher GTK
2022-08-26 08:51:36 +00:00
The launcher variant written on Rust, GTK4 and libadwaita, using [Anime Game Core](https://github.com/an-anime-team/anime-game-core) library
2022-06-28 21:59:20 +00:00
2022-08-26 08:51:36 +00:00
<img src="https://github.com/an-anime-team/an-anime-game-launcher/raw/main/repository/pics/logo.jpg">
2022-08-03 21:24:11 +00:00
<img src="repository/pictures/main.png">
<img src="repository/pictures/settings.png">
2022-06-28 21:59:20 +00:00
2022-08-24 19:06:03 +00:00
<br>
2022-08-26 08:51:36 +00:00
<p align="center">You could also try <a href="https://github.com/an-anime-team/an-anime-game-launcher">the main branch</a></p>
2022-08-24 19:06:03 +00:00
<br>
## Documentation
2022-08-26 08:51:36 +00:00
I wrote small documentation [here](https://github.com/an-anime-team/an-anime-game-launcher-gtk/wiki). It may contain some useful information
2022-08-24 19:06:03 +00:00
## 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
2022-06-28 21:59:20 +00:00
## 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
```sh
2022-08-26 08:51:36 +00:00
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-gtk
2022-06-28 21:59:20 +00:00
```
### Run app
```sh
cargo run
```
### Build app
```sh
cargo build --release
```
2022-07-28 18:17:58 +00:00
### Building AppImage
```
./scripts/build.sh
2022-07-28 18:17:58 +00:00
```