Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiimote support #10

Open
AdrianVovk opened this issue Dec 19, 2019 · 2 comments
Open

Wiimote support #10

AdrianVovk opened this issue Dec 19, 2019 · 2 comments

Comments

@AdrianVovk
Copy link

I recently tried connecting my Wiimote to STK, and found out that support is disabled at compile time. Is this difficult to fix?

Thank you!

@AsciiWolf
Copy link
Collaborator

Hmm, it seems that Wiimote uses Bluetooth. Adding its support to STK would probably mean adding Bluetooth permissions and bundling udev/bluez, as can be seen here. I am not sure if I want these additional dependencies added just for one specific controller. :-/ However, I will keep this ticket open.

@AdrianVovk
Copy link
Author

AdrianVovk commented Jan 6, 2020

@AsciiWolf STK already sees Bluetooth controllers. There's just a library missing that allows it to see that some specific controllers are Wiimotes

EDIT:
I just checked. The wiiuse library does want bluez installed. But since STK can pick up Bluetooth controllers I'm guessing it might be part of the runtime? I'm not sure. Even if you do end up needing to build bluez, why is it a problem?

If I end up having the time, I can probably package these myself and submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants