Skip to content

A Stream Deck plugin that displays the current GPU temperature.

License

Notifications You must be signed in to change notification settings

nicolasluckie/streamdeck-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamdeck-gpu

A Stream Deck plugin that displays the current GPU temperature.

Build Status

Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. Change Log
  5. License
  6. Acknowledgments

About

An open-source Stream Deck plugin, written in C#. It uses the OpenHardwareMonitor library to monitor and display the current GPU temperature every second.

Getting Started

Prerequisites

Before you begin, ensure the following are installed:

Installation

  1. Download the latest release and extract it.

  2. Quit Stream Deck.

  3. Copy the "com.nicolasluckie.gpu.sdPlugin" folder to "C:\Users\User\AppData\Roaming\Elgato\StreamDeck\Plugins"

  4. Launch Stream Deck. You should now see the GPU plugin in the action menu on the right.

  5. To see plugin information open Preferences > Plugins > GPU

Building from Source

  1. Clone the repository to your local machine:

    git clone https://github.com/nicolasluckie/streamdeck-gpu.git
    
  2. Open the solution file (streamdeck-gpu.sln) in Visual Studio.

  3. Right-click on the solution in the Solution Explorer and select "Restore NuGet Packages" to download OpenHardwareMonitor and other dependencies.

  4. Right-click on the solution in the Solution Explorer and select "Manage NuGet Packages for Solution", click the "Select all packages" checkbox, then click "Update" to update all dependencies.

  5. Build the solution by clicking on "Build" > "Build Solution" in the menu.

  6. Once the build is successful, the plugin will be available in the bin/Debug directory by default. You can change this to bin/Release in the build configuration settings.

  7. Follow steps 2-5 of the Installation instructions to load the plugin into Stream Deck.

Usage

usage

Change Log

Version 1.0.0

  • Initial commit

License

License

Acknowledgments

Plugin template from BarRaider/streamdeck-tools

(back to top)

About

A Stream Deck plugin that displays the current GPU temperature.

Resources

License

Stars

Watchers

Forks