Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.