A launcher for an anime role playing game
Go to file
2024-01-25 19:02:47 -07:00
.flatpak-builder first step 2024-01-18 05:35:16 -07:00
build-aux/meson Fix flake8 warnings 2019-04-05 17:19:14 +02:00
data icon 2024-01-18 19:24:07 -07:00
src background music 2024-01-25 19:02:47 -07:00
asgardius.page.aoilauncher.json template rady 2024-01-18 08:52:53 -07:00
COPYING Add missing license 2019-04-05 17:19:14 +02:00
meson.build template rady 2024-01-18 08:52:53 -07:00
README.md background music 2024-01-25 19:02:47 -07:00

aoi-game-launcher

A launcher for an anime role playing game game

This launcher download background music track when running for first time

All content is saved inside ~/.local/share/asgardius

Dependencies

  • python
  • GTK 3
  • VTE 3
  • Pygame for music playback
  • wget for updater

Build dependencies

  • Meson
  • Ninja

Install instructions

To build this app

meson . _build

To install

sudo ninja -C _build install

To uninstall

sudo ninja -C _build uninstall