Skip to content
forked from Yamakaky/joy

Library and tools for working with Nintendo Switch JoyCon/Pro Controller

Notifications You must be signed in to change notification settings

stevenhofmeyr/joy

 
 

Repository files navigation

joy

Suite of tools and libraries for interactions with the Nintendo Switch controllers.

Tools

The tools can be run with cargo run --bin <tool>.

  • joytk: main front-facing tool.
  • joy-infrared: visualize the images captured by the infrared camera of the Joycon(R) as a realtime 3D view.

Libraries

  • joycon-sys: decoding and encoding HID reports. Doesn't include any I/O.
  • joycon: implements I/O and communication protocols on top of joycon-sys.
  • dualshock: decoding HID reports from the DS4 controller.
  • hid-gamepad: abstraction above dualshock and joycon.

About

Library and tools for working with Nintendo Switch JoyCon/Pro Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.9%
  • GLSL 1.1%