thompsonnoahe / StreamDeckGpu

A plugin for monitoring the utilization of your GPU on the Elgato Stream Deck. Windows only.
1 stars 0 forks source link
cpp elgato elgato-stream-deck gpu gpu-utilization streamdeck streamdeck-plugin

GPU Utilization Icon

Stream Deck GPU Utilization Plugin 📈

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!

Dependencies

Installation

Download the latest sdPlugin file from the Releases link on GitHub, and double-click it to install.

Building

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.

GPU Utilization Icon