-
Notifications
You must be signed in to change notification settings - Fork 10
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
[FR] MAC is not yet supported #16
Comments
Unfortunately, I currently have no plans to support Macs. The main problem is that I do not own or have access to a Mac, which means I can't test any code on the platform. If I ever manage to gain access to a Mac then adding support to the library is high on the to-do list. |
here's AppleScript to achieve changing brightness on Macs. To use it you should execute this file in terminal and pass number of segments to increase/decrease |
That is certainly one way to do it, and it's certainly similar to the Linux side, which also calls commands from the terminal.
These are all things that are probably simple enough to find out and deal with but that is something I cannot really do without a Mac to hand |
Upon researching this a bit further, I have found a few interesting projects on this topic.
I'm hesitant to include any compiled languages in the project, however, as it would mean I would have to find a MAC to re-compile the project on for every release.
This is all interesting stuff that demonstrates that Mac support is at least feasible. EDIT: See also ddc over i2c on macOS |
@arsikurin Do you know about |
I used this in my project: brightness by Alex DeLorenzo |
Same implementation with |
I even not know why mac return error code when I use function, contain in |
When do you plan to add support for Macs?
The text was updated successfully, but these errors were encountered: