mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 12:17:35 +03:00
Sleepy game launcher for Linux with telemetry disabling
anime-game-core@9fd14137ea | ||
assets | ||
blueprint-compiler@75475d1a45 | ||
src | ||
ui | ||
.gitignore | ||
.gitmodules | ||
build.rs | ||
Cargo.lock | ||
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