carl-anders / slimevr-wrangler

Use Joycons as SlimeVR trackers with this middleware application
Apache License 2.0
105 stars 15 forks source link

Break packet format/serialization into its own crate #20

Closed TheButlah closed 1 year ago

TheButlah commented 1 year ago

I'm building some rust firmware for SlimeVR and I'd like to use the code that describes the packet formats. I think this code is generally useful and can probably be refactored into its own crate, possibly even hosted under the SlimeVR-Rust monorepo.

I'll submit a PR to do this refactoring at some point, if no one else beats me to it :)