Crates.io | bevy-alt-ui-navigation-lite |
lib.rs | bevy-alt-ui-navigation-lite |
version | 0.2.1 |
source | src |
created_at | 2024-05-16 20:11:11.779357 |
updated_at | 2024-07-05 00:13:14.408586 |
description | A bevy plugin to make implementing ui navigation in your game a piece of cake |
homepage | https://github.com/rparrett/bevy-alt-ui-navigation-lite |
repository | https://github.com/rparrett/bevy-alt-ui-navigation-lite |
max_upload_size | |
id | 1242432 |
size | 298,546 |
A generic UI navigation algorithm for the Bevy engine default UI library.
Based on bevy-ui-navigation
but stripped down to remove support for cuicui_layout
and bevy_mod_picking
.
Offered with limited support -- I plan to keep this updated with the latest Bevy release and fix bugs, but I am not interested in adding new features.
[dependencies]
bevy-alt-ui-navigation-lite = "0.2"
See the changelog at CHANGELOG.md
bevy |
bevy-alt-ui-navigation-lite |
---|---|
0.14 | 0.2 |
0.13 | 0.1 |
This project is a derivative of bevy-ui-navigation
.
Copyright © 2022 Nicola Papale.
bevy-ui-navigation
is licensed under either MIT or Apache 2.0. See
licenses-bevy-ui-navigation
directory for details.
This project is licensed under either MIT or Apache 2.0. See
licenses
directory for details.