Based on Hearthstone Tracker, Track-o-Bot, Lotus Tracker is a Magic The Gathering Arena deck tracker write in c++ using QT5, allowing to build a light and multiplatform software.
This source code already builds a Windows and Mac OS version of Lotus Tracker.
- Multiplatform (Windows and Mac OS)
- Show player deck and mark drawed cards
- Show opponent drawed cards
- Show opponent's deck archetype (Based on cards played)
- Hover to see full card
- Draft Helper with LSV cards tier
- Player draw statistics
- Player deck winrate
- Minimize tracker on right click
- Choose between two cards layout
- Configure opacity and zoom
- Dual monitor support
- Access you collection, deck and matches in MtgLotusValley
You can download Lotus Tracker latest version here
- Install QT Creator
- Rename
urls_sample.h
tourls.h
- Setup Sparkle (Auto update framework)
- Open project (LotusTracker.pro)
- Run
- Download Sparkle
- Move Sparkle.framework to
/Library/Frameworks
.
- Download WinSparkle
- Unpack to same project level folder
Feel free to submit pull requests, suggest new ideas and discuss issues. Track-o-Bot is about simplicity and usability. Only features which benefit all users will be considered.
GNU Lesser General Public License (LGPL) Version 3.0.
See LICENSE.
Many thanks to Steven Schmid for make Track-o-bot an open source project. This project would not be possible without that amazing project.