mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 12:49:02 +03:00
Sleepy game launcher for Linux with telemetry disabling
24673fd836
now lots of stuff happens in separate threads and launcher shouldn't freeze also fixed sometimes weird progress bar behavior |
||
---|---|---|
anime-game-core@ecf84daa65 | ||
assets | ||
blueprint-compiler@59283a76ad | ||
repository/pictures | ||
scripts | ||
src | ||
.gitignore | ||
.gitmodules | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
An Anime Game Launcher GTK
The launcher variant written on Rust, GTK4 and libadwaita, using Anime Game Core library
You could also try the main branch
Documentation
I wrote small documentation here. It may contain some useful information
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
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
Building AppImage
./scripts/build.sh