From 9eb8c031936e278d009124eae9161bc207d33062 Mon Sep 17 00:00:00 2001 From: Madison Tibbett Date: Wed, 28 Dec 2022 14:22:02 -0500 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1fe3a54 --- /dev/null +++ b/README.md @@ -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 someone at Microsoft decided to remove the built-in support for WinRT from .NET in .NET 5.0. Loser.