Open bahorn opened 4 years ago
Just added generator in https://github.com/bahorn/OpenRGB-PyClient/commit/a097331b14e50157251b89b8b8e065c3c62578c2 to avoid the awkward use of controller_count()
so in 4560be9770cd25d4a4fb27f96b3de282e00a2d9a I made various parts of devices their own classes, which let me implement an active()
function for controlling modes.
v0.1.0 covers most of issues now.
Right now, this library has a somewhat awkward interface, mostly to follow as closely to the SDK servers protocol as possible. This ties pretty heavily into the #2 and #3
Some things that I'd like to change to make the UX a bit better:
controller_count()
when it should be handled by the library.ORGBDevice
to implement this, allowing nice error checking, etc.Welcome to any suggestions for other things to fix!