Skip to content

A proof-of-concept C++ program based on BetterJoy to get data from JoyCons using HIDAPI.

License

Notifications You must be signed in to change notification settings

SunderB/CrossJoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"CrossJoy" - JoyCon Input Test

Currently a proof-of-concept prototype based on BetterJoy, with the eventual aim of allowing the JoyCon to be more easily used with programs on Linux.

Building

cd crossjoy
# Create a build directory
mkdir build
cd build
# Build using CMake
cmake ..
cmake --build .

Note

Although this has been programmed with the aim of working cross-platform, this has only been tested on Linux.

Running

Note

On Linux you may need to run the program as root (or change udev rules) to avoid "Permission Denied" errors.

# Run!
./joycon

Licence

CrossJoy is distributed under the MIT Licence. Copyright (c) SunderB. All rights reserved.

3rd-party licences

  • BetterJoy - licensed under the MIT Licence. Copyright (c) 2018 David Khachaturov

Linked libraries

Attribution

About

A proof-of-concept C++ program based on BetterJoy to get data from JoyCons using HIDAPI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published