Git Product home page Git Product logo

lotustracker's Introduction

Based on Hearthstone Tracker, Track-o-Bot, Lotus Tracker is a Magic The Gathering Arena deck tracker written 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.

Features

  • Multiplatform (Windows and Mac OS)
  • Show player deck and mark drawn cards
  • Show opponent drawn 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 card layouts
  • Configure opacity and zoom
  • Dual monitor support
  • Access you collection, deck and matches in MtgLotusValley

LotusTracker Player

LotusTracker Player

LotusTracker Draft Helper

More info

Download

You can download the latest version of Lotus Tracker here

Donate

Build Instructions

  • Install QT Creator with MinGW 32 bits and OpenSSL
  • Rename credentials_sample.h to credentials.h
  • Setup Sparkle (Auto update framework)
  • Setup QtKeyChain
  • Open project (LotusTracker.pro)
  • Run

QtKeychain on Windows

  • Clone QtKeychain to same Lotus Tracker project level folder
	* Set Environment Variable %QTDIR% to QT5 ming folder (e.g C:\Qt\5.12.3\mingw73_32)
	* Open CMD (not works with power shell) and go for qtkeychain folder
	* mkdir "build/Debug" && cd build\Debug
	* cmake ..\.. -DCMAKE_PREFIX_PATH=%QTDIR%\lib\cmake -DCMAKE_BUILD_TYPE=Debug -G "MinGW Makefiles"
 	* cmake --build .

QtKeychain on OSX

  • Clone QtKeychain to same Lotus Tracker project level folder
	* Set Environment Variable %QTDIR% to QT5 clang (e.g ~\Qt\5.12.3\clang_64)
	* Open Terminal and go for qtkeychain folder
	* mkdir build && mkdir build/Debug && cd build/Debug
	* cmake .. -DCMAKE_PREFIX_PATH=${QTDIR}/lib/cmake -DCMAKE_BUILD_TYPE=Debug
	* make

Sparkle on Mac OS X

  • Download Sparkle
  • Move Sparkle.framework to /Library/Frameworks.

Sparkle on Windows

  • Download WinSparkle
  • Unpack to same Lotus Tracker project level folder and rename it to WinSparkle

Contributing

Feel free to submit pull requests, suggest new ideas and discuss issues.

License

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.

lotustracker's People

Contributors

beheh avatar edipo2s avatar joolean avatar kylemisner avatar priebek avatar riqq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lotustracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.