/Quatracker

A score tracker for the rhythm game Quaver.

Primary LanguageVueMIT LicenseMIT


A cross-platform score tracker for the rhythm game Quaver. Works as a convenient way to calculate, monitor, and track local scores. Supports both key modes along with unlimited local profiles.

Features

  • Advanced score filter
  • Play history graph
  • Judgment statistics
  • Map statistics
  • Overall statistics
  • Grade tracker
  • Unknown profiles
  • Custom filters

Installing

Check out the releases page. If you're using Arch you can install Quatracker through the AUR:

$ paru -S quatracker-git # or any other AUR helper
$ paru -S quatracker-bin

Building

Quatracker depends on the wails CLI to compile.

$ git clone https://github.com/Cyan903/Quatracker.git
$ cd Quatracker
$ make update
$ make build

Development

Quatracker depends on wails and webkitgtk as development dependencies.

$ make dev # run in development mode
$ make format # format and lint code
$ make update # update and validate dependencies

License

MIT