wluma icon indicating copy to clipboard operation
wluma copied to clipboard

[Feature request]: Support Windows

Open dngnm opened this issue 2 years ago • 1 comments

Please describe your feature request

Hi, This is a great tool thanks a lot Can we have a windows version? Regards.

dngnm avatar Feb 19 '23 00:02 dngnm

Hello,

Thanks for the kind words and the request.

In theory it's possible, but it's a huge task, and I won't be able to do it myself. I can keep the issue open, in case it inspires anyone to take a stab at it 😉 I'd be very happy to help with guidance and ideas, so if someone decides to try this out, please do post here in the thread!

The good news is that the code is quite modular, so there shouldn't be any problem integrating the windows bits, the challenge is purely in figuring out how to capture screen contents and get average color on Windows, and optionally how to get ambient light on Windows (this can be tackled separately).

#5 might be relevant to look at, in a sense that it's also about integrating support for a different way of capturing screen contents - implementing Windows support would "look" somewhat like that, but more, and with Windows specifics 🙂

Finally, I would also suggest to search for similar projects, if nothing else, to verify that the idea is possible, and maybe to get some inspiration from them for the implementation.

https://github.com/vinaykumar7686/Smart-Adaptive-Brightness is one result I found after a quick search, judging by the code, it takes screenshot and processes it, so it will be slow / battery-intensive, but it could be a start!

Hope this helps to make it sound less scary! 😁

max-baz avatar Feb 19 '23 13:02 max-baz