Find a file
Observer KRypt0n_ 1eed56e53a
Several changes
- added `add_action` function to add actions to widgets
- added `MainApp::toast_error` method to show toast with some error
- added `lib::game` mod with `run` function to run the game
- added `lib::consts` mod with constant values like config file path
- added `lib::config` mod to control config file
- added warning subtitle to `Proton-GE` wine version selector
2022-06-30 21:40:25 +02:00
anime-game-core@9fd14137ea Init commit 2022-06-28 23:59:20 +02:00
assets Several changes 2022-06-30 21:40:25 +02:00
blueprint-compiler@75475d1a45 Init commit 2022-06-28 23:59:20 +02:00
src Several changes 2022-06-30 21:40:25 +02:00
.gitignore Synced project structure with krypt0nn/gtk-example-app 2022-06-29 09:11:19 +02:00
.gitmodules Init commit 2022-06-28 23:59:20 +02:00
build.rs Merge branch 'main' of https://gitlab.com/an-anime-team/an-anime-game-launcher-gtk 2022-06-29 09:16:15 +02:00
Cargo.toml Several changes 2022-06-30 21:40:25 +02:00
LICENSE Init commit 2022-06-28 23:59:20 +02:00
README.md Init commit 2022-06-28 23:59:20 +02:00

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