teamclouday / AndroidSteering

Use your Android phone as steering wheel for Windows games
MIT License
29 stars 8 forks source link

Feedback #3

Open Cristalx11 opened 2 years ago

Cristalx11 commented 2 years ago

Hi! I used 900sterringwheel to make a DYI steering wheel with throttles and shifter. The problem with that app is if I move the wheel to fast (eg.: in drifting games) it doesnt register a full rotation. if Im at +360 and I want to go fast at 0, when I reach 0 it still shows +360. the app will not see any update and I can`t find a source code so I searched for something similar. I found this app and it works great. I suggest you to add more degrees (a button to change the degrees in android or windows), custom sliders for any axis in vjoy and custom number of buttons. I would do it if I knew how to do it XD. This is the video of the Steering wheel I made: https://youtu.be/1qAqadeEioU

teamclouday commented 2 years ago

Hey, thanks for trying the app! For the new features:

Anyway, I may have to wait until August to continue the development. At that time, I should have access to my personal Windows PC. Also, your handmade steering wheel is very cool! 😃

Cristalx11 commented 2 years ago

Thank you! I'll wait. And I will be available anytime to test it on my setup. I'm happy you liked my handmade steering wheel 😄.

teamclouday commented 1 year ago

Hey, sorry it's been quite a while now. I've added support of 360 degrees steering and slider controls in the latest release!

For customizable buttons/axes, unfortunately it won't be implemented.\ Reason being that to make it customizable, an user will need to configure vjoy, Windows app and Android app at the same time. And I wasn't able to figure out a reasonable UI design of this feature. I believe it is beyond the scope of this application.

For your case of a DIY steering wheel where you need potentially more buttons/axis, screen-based solutions may not be the best.\ Assuming you need remote control, consider to develop/find a networking server-client solution that doesn't have UI. e.g. Server is running on pc, able to configure vjoy driver and all button/axis mappings. Client will read signals from physical buttons/controllers and send them to server.