-
Notifications
You must be signed in to change notification settings - Fork 136
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
Joystick/Controller Support #221
Comments
https://github.com/luxengine/ctrl looks pretty cool |
I have an xbox one controller now and I might give this a shot in the near future. |
I really like the steam controller design (not nessicarially the implementation). A bit different from 'just suport joystick', but rather thinking a bit more about 'control pane' + whatever you wanted to back it up; so you can have keyboard, gamepad and joystick all in use at the same time. |
I have a PS4 controller that I could test this with, and I also have a wireless XBox360 controller, but I don't have the necessary dongle for PC usage. That said, I need to pick one up for another project anyway, so I should be able to test both of these controllers if needed. |
Added control support for glfw and browsers. We can add more support as needed. Tested with PS4 and XBox controllers. |
As a game engine I think it would be really cool for us to experiment with some other input mechanisms. One of the libraries I found which could do this for us is: https://github.com/simulatedsimian/joystick.
In terms of implementation, I imagine that we would add a "JoystickSystem" to the game, which would then fire messages when respective buttons were pressed.
The text was updated successfully, but these errors were encountered: