1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46# Bevy Alternative UI Navigation (Lite)
[](https://crates.io/crates/bevy-alt-ui-navigation-lite)
[](https://docs.rs/bevy-alt-ui-navigation-lite)
[](https://bevyengine.org/learn/book/plugin-development/#main-branch-tracking)
A generic UI navigation algorithm for the
[Bevy](https://github.com/bevyengine/bevy) engine default UI library.
Based on [`bevy-ui-navigation`](https://github.com/nicopap) but stripped down to remove support for `cuicui_layout` and `bevy_mod_picking`.
Maintenance of this project is becoming burdensome for me and I am considering archiving it soon.
Many simpler use-cases can now be handled by Bevy's [directional navigation](https://bevy.org/examples/ui-user-interface/directional-navigation/). Consider using it instead, if possible.
```toml
[dependencies]
bevy-alt-ui-navigation-lite = "0.5"
```
## Changelog
See the changelog at [`CHANGELOG.md`](./CHANGELOG.md)
## Version matrix
| `bevy` | `bevy-alt-ui-navigation-lite` |
|------|------|
| 0.17 | 0.5 |
| 0.16 | 0.4 |
| 0.15 | 0.3 |
| 0.14 | 0.2 |
| 0.13 | 0.1 |
## License
This project is a derivative of [`bevy-ui-navigation`](https://github.com/nicopap/ui-navigation).
Copyright ยฉ 2022 Nicola Papale.
`bevy-ui-navigation` is licensed under either MIT or Apache 2.0. See
[`licenses-bevy-ui-navigation`](licenses-bevy-ui-navigation) directory for details.
This project is licensed under either MIT or Apache 2.0. See
[`licenses`](./licenses) directory for details.