Bevy Streamline UI

A feature-complete user interface framework for Bevy.


Getting Started

This plugin is currently still in development, and is not available on crates.io at this time. However, this plugin can still be downloaded directly for evaluation and testing purposes through git.

Adding the following line to your Cargo.toml file will download the latest version of Streamline UI from github and add it to your project.

[dependencies]
bevy_streamline_ui = { git = "https://github.com/TheDudeFromCI/bevy_streamline_ui.git" }

To update your version of bevy_streamline_ui after downloading, you can simply use the following command to fetch the latest version from github.

cargo update

Usage

For usage examples, please see the examples folder.