๐Ÿ“ฆ rparrett / bevy-alt-ui-navigation-lite

A fork of bevy-ui-navigation without dependencies on other Bevy ecosystem crates.

โ˜… 10 stars โ‘‚ 0 forks ๐Ÿ‘ 10 watching
๐Ÿ“ฅ Clone https://github.com/rparrett/bevy-alt-ui-navigation-lite.git
HTTPS git clone https://github.com/rparrett/bevy-alt-ui-navigation-lite.git
SSH git clone git@github.com:rparrett/bevy-alt-ui-navigation-lite.git
CLI gh repo clone rparrett/bevy-alt-ui-navigation-lite
Rob Parrett Rob Parrett chore: Release bevy-alt-ui-navigation-lite version 0.5.0 a47907c 3 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ assets
๐Ÿ“ examples
๐Ÿ“ licenses
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.toml
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ Makefile
๐Ÿ“„ Readme.md
๐Ÿ“„ README.md

Bevy Alternative UI Navigation (Lite)

crates.io docs Following released Bevy versions

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.

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. Consider using it instead, if possible.

[dependencies]
bevy-alt-ui-navigation-lite = "0.5"

Changelog

See the changelog at CHANGELOG.md

Version matrix

bevybevy-alt-ui-navigation-lite
0.170.5
0.160.4
0.150.3
0.140.2
0.130.1

License

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.