Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rparrett/bevy-alt-ui-navigation-lite
A fork of bevy-ui-navigation without dependencies on other Bevy ecosystem crates.
https://github.com/rparrett/bevy-alt-ui-navigation-lite
Last synced: 18 days ago
JSON representation
A fork of bevy-ui-navigation without dependencies on other Bevy ecosystem crates.
- Host: GitHub
- URL: https://github.com/rparrett/bevy-alt-ui-navigation-lite
- Owner: rparrett
- Created: 2024-03-20T17:19:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T18:04:23.000Z (4 months ago)
- Last Synced: 2024-10-15T08:52:00.490Z (30 days ago)
- Language: Rust
- Size: 338 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: licenses-bevy-ui-navigation/LICENSE-APACHE
Awesome Lists containing this project
README
# Bevy Alternative UI Navigation (Lite)
[![crates.io](https://img.shields.io/crates/v/bevy-alt-ui-navigation-lite.svg)](https://crates.io/crates/bevy-alt-ui-navigation-lite)
[![docs](https://docs.rs/bevy-alt-ui-navigation-lite/badge.svg)](https://docs.rs/bevy-alt-ui-navigation-lite)
[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](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`.
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.
```toml
[dependencies]
bevy-alt-ui-navigation-lite = "0.2"
```## Changelog
See the changelog at [`CHANGELOG.md`](./CHANGELOG.md)
## Version matrix
| `bevy` | `bevy-alt-ui-navigation-lite` |
|------|------|
| 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.