2023-01-18 18:38:12 +02:00
|
|
|
# An Anime Game Launcher GTK (wip relm4 rewrite)
|
2022-08-24 21:06:03 +02:00
|
|
|
|
2022-08-26 11:51:07 +02:00
|
|
|
# Development
|
2022-06-28 23:59:20 +02:00
|
|
|
|
|
|
|
| Folder | Description |
|
|
|
|
| - | - |
|
2023-01-18 18:38:12 +02:00
|
|
|
| anime-launcher-sdk | Unified core functionality for the launcher |
|
2022-06-28 23:59:20 +02:00
|
|
|
| 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-01-18 18:38:12 +02:00
|
|
|
git clone --recursive https://github.com/an-anime-team/an-anime-game-launcher-relm4
|
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
|
|
|
|
```
|