Hearthstone Deck Tracker Chroma Experience is a plugin you can add to your Hearthstone Deck Tracker and it gives you a visual game experience on your chroma keyboard (maybe other chroma devices in the future).
If you just want to use the plugin go to:
Otherwise, these instructions will get you a copy of the project up and running on your local machine for development and testing purposes. if you want to see and upgrade the code you can clone the repository and follow the steps below.
after you clone the repository you will need to do a few simple steps so you will be able to develop the code.
1. clone repository
2. make sure that the reference to Hearthstone Deck Tracker.exe is in place, if not check out HDT wiki
- Hearthstone-Deck-Tracker wiki- how to do so.
3. include Colore into your project, right-click on your C# Project in the Visual Studio Solution Explorer
and choose "Manage NuGet Packages..."
From there you can search online for Packages.
Enable Pre-releases or you will not be able to download v.6.00. Just search for "Colore" and install it.
After that, you should see a reference being added to "Colore".
more information about color-SDK you can find * Here
You are good to go!
if you want to test and debug your plugin you need to go to follow the steps in Hearthstone-Deck-Tracker Contributing
- chroma-sdk (Colore) - Colore manegment
- HDT - Hearthstone-Deck-Tracker
- Ronald Granovsky - Initial work - Ronigrr