heydocode / limitpush

Was it so easy to create a 3D bevy game using a single template..? LimitPush is a bevy template which is focused on cross-platform support and performance
https://heydocode.github.io/limitpush/
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Cross-platform input #7

Open heydocode opened 1 day ago

heydocode commented 1 day ago

Use https://github.com/SergioRibera/virtual_joystick crate for mobile input and just KeyCode for desktop input, use both inputs on wasm! Combine all the inputs by a high-level layer which will pass then in bevy leafwing manager

heydocode commented 12 hours ago

Partially implemented with movement. Not completely because the jump feature isn't supported for the moment and the virtual joystick UI is conflicting with other UI (which shouldn't even exist, and only on mobile builds, I'll have to see where's the problem).