bevy_ui_mod_alerts

Crates.iobevy_ui_mod_alerts
lib.rsbevy_ui_mod_alerts
version0.2.0
sourcesrc
created_at2024-07-01 10:33:22.576415
updated_at2024-07-15 19:04:46.722208
descriptionEasy-spawn UIs that look like little popups.
homepage
repositoryhttps://github.com/snendev-labs/bevy_ui_mod_alerts
max_upload_size
id1288633
size124,570
Sean Sullivan (snendev)

documentation

README

bevy_ui_mod_alerts

Crates.io Docs

A quick-and-dirty implementation of some "toast" UI element represented by an Alert component. Call the Alert::bundle constructor to build an AlertBundle, or pipe a system that reutnrs Vec<String> into the AlertsPlugin::alert function, and a toast ui node will spawn (and eventually disappear if a lifetime is specified).

See examples for more.

Commit count: 30

cargo fmt