Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request]: Support Windows #68

Open
dngnm opened this issue Feb 19, 2023 · 1 comment
Open

[Feature request]: Support Windows #68

dngnm opened this issue Feb 19, 2023 · 1 comment

Comments

@dngnm
Copy link

dngnm commented Feb 19, 2023

Please describe your feature request

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

@maximbaz
Copy link
Owner

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! 😁

@maximbaz maximbaz changed the title [Feature request]: Can we have a windows version ? [Feature request]: Support Windows Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants