lfreist / hwinfo

cross platform C++ library for hardware information (CPU, RAM, GPU, ...)
MIT License
461 stars 79 forks source link

Add support for uwp apps #80

Open theaddonn opened 7 months ago

theaddonn commented 7 months ago

UWP apps can't use hwinfo because they are sandboxed, they can just use the winrt apis.

UWP apps might not be as common today, but there are still many around. Some people might want to intigrate this in their apps, others might want to mod these apps and a new features with hwinfo.

It is completly understandable if this might be too much work. But it would be really helpful for many people out there.

lfreist commented 6 months ago

Hi,

I have no experience with UWP apps and don't have the time to add support for them right now. However, I am open to this idea and give a go for anyone who wants to create an according pull-request!

My approach would be to add custom implementations of the shared headers as we do with windows, linux and mac...