You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally found a package in go for this!
Firstly, Thanks for creating this. I'm currently using a wrapper around ddccontrol binary which is really smth I'd like to avoid if I could get a library in go. Is this library supporting Linux atm?
The text was updated successfully, but these errors were encountered:
The current library program only supports windows system because it uses windows libraries such as user32 and dxva2.
Linux and macOS systems require cgo to call their low-level API, and I haven't yet figured out how to do this for both systems.
In the future I will try to implement them on other operating systems.
I finally found a package in go for this!
Firstly, Thanks for creating this. I'm currently using a wrapper around ddccontrol binary which is really smth I'd like to avoid if I could get a library in go. Is this library supporting Linux atm?
The text was updated successfully, but these errors were encountered: