openrgb-sdk icon indicating copy to clipboard operation
openrgb-sdk copied to clipboard

feat: remove bufferpack

Open Julusian opened this issue 2 years ago • 0 comments
trafficstars

This isnt complete and isnt fully tested, so I am leaving this as a draft until it can be.

While bufferpack was probably useful in verifying the implementation matches the python it was based upon, it feels like an unnecessary dependency that adds a layer of obfuscation to how the serializing/deserializing is done.
Both bufferpack and this library are using deprecated new Buffer() calls, this replaces all of those.

Julusian avatar May 07 '23 20:05 Julusian