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
- Judgement statistics
- Map statistics
- Overall statistics
- Grade tracker
- Unknown profiles
- Custom filters
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