bevy-codex 0.5.14

A manager for menus and huds with the bevy game engine
Documentation

bevy-codex

Bevy-Codex aims to simplify the process of implementing game menus and HUDs within the Bevy framework. This project is currently under active development and is not yet suitable for production use.

Since Bevy Codex has not been published on crates.io yet, you can install it by cloning the repository:

git clone https://github.com/yourusername/bevy-codex.git cd bevy-codex

Please note that Bevy Codex is still in development and may not have all features implemented or stable. Usage

Example usage

cargo run --example basic

#License

Bevy Codex is licensed under the Apache License 2.0. See the LICENSE file for more details.