mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-25 14:20:08 +03:00
Sleepy game launcher for Linux with telemetry disabling
9ff00c7085
- added automatic downloading if you already clicked "download" button so e.g. you don't need to press "download" button two times to download the game and then download its voiceover - reduced amount of action calls - added "WIP" tooltips for progress pause buttons |
||
---|---|---|
anime-game-core@33893a336d | ||
assets | ||
blueprint-compiler@50db59f2d2 | ||
src | ||
.gitignore | ||
.gitmodules | ||
build.rs | ||
Cargo.toml | ||
LICENSE | ||
README.md |
An Anime Game Launcher GTK
Development version of the launcher variant written on Rust, GTK4 and libadwaita, using 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
git clone --recursive https://gitlab.com/an-anime-team/an-anime-game-launcher-gtk
Run app
cargo run
Build app
cargo build --release