Skip to content

A plugin for monitoring the utilization of your GPU on the Elgato Stream Deck. Windows only.

Notifications You must be signed in to change notification settings

thompsonnoahe/StreamDeckGpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Stream Deck C++ SDK (must use C++ 20 or above)
  • NVIDIA CUDA Toolkit
  • GLEW
  • GLFW

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