KaiseiYokoyama / joycon-rs

Joy-Con library for Rust 🦀 🎮
Apache License 2.0
118 stars 8 forks source link

Alternative crate for joycon support #59

Open Yamakaky opened 4 years ago

Yamakaky commented 4 years ago

FYI, I'm also doing a crate for full Joycon support! It's at https://github.com/Yamakaky/joy. I plan to support the full feature set of the hardware, including NFC read, gyroscope, merging right and left joycon in one controller and such. I currently mainly support the infrared camera and accelerometer+gyro, with the goal to recreate a 3D view from the raw image.

Do you have other sources of documentation appart from jc_tookit and https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering?

According to git history, I really started my crate one month after you, but didn't think to check if someone had started a similar crate since my first try ^^

Old version, I added a lot of features since:

KaiseiYokoyama commented 4 years ago

Thank you for your information, your work is very cool!

I have no sources without Nintendo_Switch_Reverse_Engineering 🥺
But I hope your project grows up 🚀

Yamakaky commented 4 years ago

I forgot to mention this one, with added info on NFC/IR https://github.com/CTCaer/Nintendo_Switch_Reverse_Engineering. I should write my own addition since I discovered more things in the timings when handling the IR sensor ^^