cuicui_layout_bevy_ui

Crates.iocuicui_layout_bevy_ui
lib.rscuicui_layout_bevy_ui
version0.12.0
sourcesrc
created_at2023-07-08 18:53:55.466959
updated_at2023-11-10 14:52:27.343752
descriptionIntegration with bevy_ui for cuicui_layout
homepage
repositoryhttps://github.com/nicopap/cuicui_layout
max_upload_size
id911621
size28,023
Nicola Papale (nicopap)

documentation

README

cuicui_layout integration for bevy_ui

The Book Documentation

Provides the UiDsl trait, extending the cuicui_layout's LayoutDsl with the following features:

  • Style border color and width (but only uniform)
  • UI node background color
  • UI node background image
  • Direct spawning of text and images as argument to ui.

Note that this is in addition to the methods LayoutDsl already supports.

Additionally, cuicui_layout_bevy_ui provides a ContentSized implementation that supports Text and UiImage terminal nodes which size is determined by their content.

Check the following crates for details:

Commit count: 266

cargo fmt