Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Esherymack authored Dec 28, 2022
1 parent f4f71da commit 9eb8c03
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# gamesense_net
Short implementation of SteelSeries GG Gamesense API in .NET 7

# I wanted to make my new keyboard's OLED screen display whatever audio is currently playing.

I know there's already an app that exists to do that. I also just wanted to program something.

# so what's it do

It utilizes WinRT to observe what the "focused" audio session is in the Windows media player. It then just displays the title on the first line, and the artist on the second line.

It does not scroll long text. Sorry.

# Dependencies

This relies on Newtonsoft (what doesn't) and [Dubya](https://www.nuget.org/packages/Dubya.WindowsMediaController/) becuase <i>someone</i> at Microsoft decided to remove the built-in support for WinRT from .NET in .NET 5.0. Loser.

0 comments on commit 9eb8c03

Please sign in to comment.