bevy-codex

Crates.iobevy-codex
lib.rsbevy-codex
version0.6.2
sourcesrc
created_at2024-07-17 22:39:39.110576
updated_at2024-09-06 18:25:11.411713
descriptionA manager for menus and huds with the bevy game engine
homepage
repositoryhttps://github.com/KyleWinston/bevy-codex
max_upload_size
id1306657
size7,461,144
GekSupport (KyWinston)

documentation

README

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.

Installation

To include Lyrebird in your Bevy project, add the following to your Cargo.toml:

[dependencies]
bevy-codex = "0.6.0"

Note that, as this crate is in alpha, future versions may introduce breaking changes.

#License

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

Commit count: 0

cargo fmt