Danil0v3s / CleanMeter

Sleek overlay for MSI Afterburner. Join our discord https://discord.gg/phqwe89cvE
GNU General Public License v3.0
209 stars 5 forks source link

[Feature Request] Linux version #2

Open undefinedactive opened 4 days ago

undefinedactive commented 4 days ago

What does your feature request improve on?

The feature would allow linux users to use the software.

Linux version of the software can be packaged in different ways: tar, Flatpak, AppImage, Snap, distro specific package (deb, rpm),...

Danil0v3s commented 4 days ago

It should be possible since this is just Java under the hood. We would need to read the sensors however they're available at Linux though

I can simply distribute a deb but it wouldn't read anything

undefinedactive commented 4 days ago

MangoHud is quite popular on linux for monitoring, maybe this can be used under the hood?

Danil0v3s commented 4 days ago

I can definitely have a look at how they pull info. Thanks for sharing!

Danil0v3s commented 3 days ago

Alright so I had a quick look at MangoHud, that seems a complete behemoth I cannot possibly copy over. However they seem to to offer logging, that could be a solution. Couldn't find anything related to the shared memory or API just like HWInfo or MSI do. If anyone has any insight I'd be grateful

Yash-Garg commented 2 days ago

Hey @Danil0v3s, I'll try to take a look at it around this weekend, will let you know if I make some progress.