A simple, powerful WT Performance Analyser for Dragon Ball Z : Dokkan Battle.
- 🚀 Fast & Easy to use
- 🎨 Highly customisable & User-friendly UI
- 📊 Produces high-quality graphs
- 🌍 Multilingual support
- 🔄 Auto-refresh with extra insights for the top leaderboard
Check the releases.
If you want, you can build your own version of Polar. To do so, you need to download it using QT. I made this client using my own static QT build (v6.8.0), which allows me to compile it and to share it without you needing to install QT. If you build it yourself with the distributed version of QT (the dynamic one), it will work for you but you can't share your executable as it need to have QT installed on the computer to start. Feel free to contact us (check contact) if you need any help to compile it.
Here are the steps i followed to compile Polar (Arch Linux). First, download these packages :
sudo pacman -S qt6 qt6-base qt6-chartsThen, clone this repo :
git clone https://github.com/darkruss48/Polar
cd PolarCreate the build folder and cd into :
mkdir build
cd buildCompile the translations files by typing this command :
/usr/lib/qt6/bin/lrelease ../*.tsFinally, use qmake and make to compile Polar :
/usr/lib/qt6/bin/qmake ..
makeTo start the client :
./PolarNote: If you use Nixos or Nix in general, simply do
nix build .#polar/usr/lib/qt6/bin/qmake .. instead of qmake .. command.
Polar can be built with Qt 5.x, but don’t expect the program to function as it should. Consider using QT 6.x.
This project was made possible thanks to the hard work and dedication of the following individuals:
- Polo : GitHub Profile
- Darkruss : GitHub Profile
Thanks to Clєтυн26 for translating Polar in Spanish. Thanks to LuCaPigeon for translating Polar in Italian.
Contact me on Twitter or reach me on discord : darkruss (or polo as well)
Polar is released under the MIT License.