A plugin for monitoring the utilization of your GPU on the Elgato Stream Deck. Windows only.
Built for both NVIDIA and AMD video cards, but currently only tested on an NVIDIA GeForce RTX 4080. AMD testers are needed!
Download the latest sdPlugin file from the Releases link on GitHub, and double-click it to install.
I used CLion with CMake 3.26, but you are welcome to use Visual Studio 2022 if required.
First, clone the repo as follows:
git clone --recurse-submodules https://github.com/thompsonnoahe/StreamDeckGpu.git
Then, download the NVIDIA CUDA Toolkit 12 from NVIDIA's website.
Next, install GLEW following these instructions. They are a little out of date, but you can adjust the paths to whatever version of VS you have installed.
Finally, repeat the steps you performed for GLEW to install GLFW.
And presto! You should be good to go.