Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pcgeek86/streamdeck-rs
An Elgato Stream Deck plugin written in Rust 🦀
https://github.com/pcgeek86/streamdeck-rs
Last synced: about 2 months ago
JSON representation
An Elgato Stream Deck plugin written in Rust 🦀
- Host: GitHub
- URL: https://github.com/pcgeek86/streamdeck-rs
- Owner: pcgeek86
- License: mit
- Created: 2024-09-08T03:27:57.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T03:55:04.000Z (4 months ago)
- Last Synced: 2024-09-08T04:33:44.408Z (4 months ago)
- Language: Rust
- Size: 4.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Trevor's Stream Deck Plugin in Rust
This is a Stream Deck plugin written in Rust.
* Currently works on Windows 11
* Currently tested with a single NVIDIA GPU# Usage
Copy the contents of this directory to `%APPDATA%\Elgato\Stream Deck\plugins\net.trevorsullivan.trevor.sdPlugin\`.
Make sure you have the [Rust toolchain installed](https://rustup.rs).
If you make any code changes, run this command:```
cargo build; Copy-Item .\target\debug\streamdeck-rust.exe .
```# Icons
Currently this project supports a single custom icon in the plugin called "NVIDIA GPU Info."
This icon displays:- GPU Temperature
- GPU Core Clock Speed
- GPU Memory Clock Speed
- GPU Watts Consumed![screenshot](./assets/github/nvidia-gpu-info.png)