Gyroscope Joystick Emulation#554
Open
MYCRAFTisbest wants to merge 20 commits intoDavidobot:masterfrom
Open
Conversation
All the changes made for the initial release of BetterJoy Win Max
Proper initial commit of BetterJoy Win Max 1.0
Updated Screenshot
Inserted link to Youtube Video
There was an issue with the initial commits
Added gyro joy buffer for camera mode and enabled calibrate button in pro controller overide mode
Updated the generated config file
Added support for using both joycons for rumble and gyroscope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
At request of David. Source code contains an implementation of controlling the analog stick using the gyroscope.
There are two modes,
Camera mode works similar to mouse mode in practice to move a camera around a 3D World
Steer mode works closer to how the analog stick works, by tilting the system around, you can steer the analog stick
Do not merge these changes yet The project's main intent was to do something entirely different with an existing xinput controller. The portions of the code that relate to the gyroscope joystick will need to be slightly modified to work with the original BetterJoy. (Some axis have been swapped and it relies on a method added for xinput sticks, although this method could be merged without issues)
There are many parts of the code changed completely as well. I would be happy to help in merging the changes over.