mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 04:46:08 +03:00
34 lines
696 B
Markdown
34 lines
696 B
Markdown
# An Anime Game Launcher GTK
|
|
|
|
Development version of the launcher variant written on Rust, GTK4 and libadwaita, using [Anime Game Core](https://gitlab.com/an-anime-team/anime-game-core) library
|
|
|
|
Work in progress
|
|
|
|
## 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
|
|
git clone --recursive https://gitlab.com/an-anime-team/an-anime-game-launcher-gtk
|
|
```
|
|
|
|
### Run app
|
|
|
|
```sh
|
|
cargo run
|
|
```
|
|
|
|
### Build app
|
|
|
|
```sh
|
|
cargo build --release
|
|
```
|