-
Notifications
You must be signed in to change notification settings - Fork 57
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
Generate code from openrazer
#4
Comments
I think this would be a worthwhile thing - it would make resolving issues like #3 effortless, as well as make it easier to port |
This may be a useful reference for a wrapper approach: https://github.com/CalcProgrammer1/openrazer-win32 |
That's indeed an interesting approach, a shim. Hmm. |
I have an idea. |
I've had a go at automatically converting the code from the
openrazer
code to macOS calls. I think it would be too finicky honestly.The only reasonable way I see now of automatically using
openrazer
's code on macOS would be to make the driver itself platform-agnostic which would require upstream changes.@1kc Do you think this is something we should propose and invest time into, or should we just continue porting changes from
openrazer
manually? I can create a spike to show theopenrazer
maintainers a possible way of doing it.The text was updated successfully, but these errors were encountered: