Crates.io | bevy_touch_stick |
lib.rs | bevy_touch_stick |
version | 0.2.0 |
source | src |
created_at | 2024-02-23 10:10:23.249497 |
updated_at | 2024-02-23 10:30:34.177821 |
description | Bevy virtual touch joystick for mobile games |
homepage | |
repository | https://github.com/johanhelsing/bevy_touch_stick |
max_upload_size | |
id | 1150427 |
size | 170,406 |
bevy_touch_stick
Virtual touch screen analog joysticks for the Bevy game engine.
Only two-axis sticks are supported.
If you need single-axis sticks, use SergioRibera/virtual_joystick instead.
leafwing
(recommended): Shows usage with leafwing-input-manager
simple
multiple
Check out the examples.
The main
branch targets the latest bevy release.
bevy | bevy_touch_stick |
---|---|
0.13 | 0.2, main |
0.12 | 0.1 |
bevy_touch_stick
is dual-licensed under either
at your option.
PRs welcome!
bevy_touch_stick
was forked from virtual_joystick