Yamakaky / joy

Library and tools for working with Nintendo Switch JoyCon/Pro Controller
MIT License
27 stars 6 forks source link

Make some features optional #16

Closed pickfire closed 2 years ago

pickfire commented 2 years ago

I noticed some features like image in joycon can be optional, it would be nice if it can enabled via a feature.

Currently I am using joycon for https://github.com/pickfire/joycon-cemuhook, for cemuhook protocol support, reviews are welcome. I feel like it is a good candidate to be added to this repository once it is more mature.

I found this crate through https://gitlab.com/gilrs-project/gilrs/-/issues/106 but it seemed quite usable to me.

Yamakaky commented 2 years ago

Sure, image is used for the infrared sensor on the joycon. I'll see that.

For the root part, check https://github.com/Yamakaky/gyromouse#linux=.

Yamakaky commented 2 years ago

Done!