{"id":18928149,"url":"https://github.com/hearthsim/lotustracker","last_synced_at":"2025-07-13T01:36:42.535Z","repository":{"id":72585362,"uuid":"130687140","full_name":"HearthSim/LotusTracker","owner":"HearthSim","description":"Deck Tracker for Magic Arena [DEPRECATED]","archived":false,"fork":false,"pushed_at":"2020-07-03T13:19:45.000Z","size":32499,"stargazers_count":49,"open_issues_count":22,"forks_count":10,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-03-28T22:25:19.903Z","etag":null,"topics":["cpp","deck-tracker","decktracker","lotus-tracker","magic","mtg-arena","mtga-tracker","qt"],"latest_commit_sha":null,"homepage":"https://www.mtglotusvalley.com/lotustracker","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HearthSim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-23T11:36:35.000Z","updated_at":"2024-10-28T15:47:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"b584d04c-b7d4-4483-8ea2-23a151078579","html_url":"https://github.com/HearthSim/LotusTracker","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HearthSim%2FLotusTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HearthSim%2FLotusTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HearthSim%2FLotusTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HearthSim%2FLotusTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HearthSim","download_url":"https://codeload.github.com/HearthSim/LotusTracker/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249088721,"owners_count":21210853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","deck-tracker","decktracker","lotus-tracker","magic","mtg-arena","mtga-tracker","qt"],"created_at":"2024-11-08T11:23:10.583Z","updated_at":"2025-04-15T14:31:18.733Z","avatar_url":"https://github.com/HearthSim.png","language":"C++","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=JQWPQH3EE5RZW"],"categories":[],"sub_categories":[],"readme":"\nBased on Hearthstone Tracker, [Track-o-Bot](https://github.com/stevschmid/track-o-bot), _Lotus Tracker_ is a [Magic The Gathering Arena](https://magic.wizards.com/en/mtgarena) deck tracker written in C++ using QT5, allowing to build a light and multiplatform software.\n\nThis source code already builds a Windows and Mac OS version of Lotus Tracker.\n\n## Features\n\n* Multiplatform (Windows and Mac OS)\n* Show player deck and mark drawn cards\n* Show opponent drawn cards\n* Show opponent's deck archetype (Based on cards played)\n* Hover to see full card\n* Draft Helper with LSV cards tier\n* Player draw statistics\n* Player deck winrate\n* Minimize tracker on right click\n* Choose between two card layouts\n* Configure opacity and zoom\n* Dual monitor support\n* Access you collection, deck and matches in [MtgLotusValley](https://www.mtglotusvalley.com)\n\n![LotusTracker Player](/extras/LotusTracker.png)\n\n![LotusTracker Player](/extras/LotusTracker2.png)\n\n![LotusTracker Draft Helper](/extras/DraftHelper.png)\n\n[More info](https://www.mtglotusvalley.com/lotustracker)\n\n## Download\n\nYou can download the latest version of Lotus Tracker [here](https://github.com/HearthSim/LotusTracker/releases)\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=JQWPQH3EE5RZW)\n\n## Build Instructions\n\n* Install QT Creator with MinGW 32 bits and OpenSSL\n* Rename ``credentials_sample.h`` to ``credentials.h``\n* Setup Sparkle (_Auto update framework_)\n* Setup QtKeyChain\n* Open project (_LotusTracker.pro_)\n* Run\n\n## QtKeychain on Windows\n\n* Clone [QtKeychain](https://github.com/frankosterfeld/qtkeychain) to same Lotus Tracker project level folder\n```\n\t* Set Environment Variable %QTDIR% to QT5 ming folder (e.g C:\\Qt\\5.12.3\\mingw73_32)\n\t* Open CMD (not works with power shell) and go for qtkeychain folder\n\t* mkdir \"build/Debug\" \u0026\u0026 cd build\\Debug\n\t* cmake ..\\.. -DCMAKE_PREFIX_PATH=%QTDIR%\\lib\\cmake -DCMAKE_BUILD_TYPE=Debug -G \"MinGW Makefiles\"\n \t* cmake --build .\n```\n\n## QtKeychain on OSX\n\n* Clone [QtKeychain](https://github.com/frankosterfeld/qtkeychain) to same Lotus Tracker project level folder\n```\n\t* Set Environment Variable %QTDIR% to QT5 clang (e.g ~\\Qt\\5.12.3\\clang_64)\n\t* Open Terminal and go for qtkeychain folder\n\t* mkdir build \u0026\u0026 mkdir build/Debug \u0026\u0026 cd build/Debug\n\t* cmake .. -DCMAKE_PREFIX_PATH=${QTDIR}/lib/cmake -DCMAKE_BUILD_TYPE=Debug\n\t* make\n```\n\n## Sparkle on Mac OS X\n\n* Download [Sparkle](http://sparkle.andymatuschak.org/) \n* Move _Sparkle.framework_ to ``/Library/Frameworks``.\n\n## Sparkle on Windows\n\n* Download [WinSparkle](https://github.com/vslavik/winsparkle) \n* Unpack to same Lotus Tracker project level folder and rename it to `WinSparkle`\n\n## Contributing\n\nFeel free to submit pull requests, suggest new ideas and discuss issues.\n\n## License\n\nGNU Lesser General Public License (LGPL) Version 3.0.\n\nSee [LICENSE](LICENSE).\n\n\nMany thanks to *Steven Schmid* for make Track-o-bot an open source project. This project would not be possible without that amazing project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhearthsim%2Flotustracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhearthsim%2Flotustracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhearthsim%2Flotustracker/lists"}