Find a file
Observer KRypt0n_ 744f234acd
Several changes
- added new wine versions
- added automatic default folder creation
- added `latest` methods for DXVK/Wine versions
- added `wine_prefix` mod with `WinePrefix` struct to manage what do you think what
- spent lots of time trying to make the launcher
  download default wine version,
  create prefix and apply DXVK
  but it just pauses actions flow after
  ~400 KB of downloaded wine version progress
2022-07-26 23:02:43 +02:00
anime-game-core@f5c91f0156 0.1.1 2022-07-26 17:34:46 +02:00
assets Several changes 2022-07-26 23:02:43 +02:00
blueprint-compiler@50db59f2d2 Added about dialog 2022-07-26 10:57:12 +02:00
src Several changes 2022-07-26 23:02:43 +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 Updated libs, added icon to the gtk resources 2022-07-24 14:02:14 +02:00
Cargo.toml 0.1.1 2022-07-26 17:34:46 +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