bevy_mistUI 0.1.2

Procedural mist and smoke-ring borders for Bevy UI.
docs.rs failed to build bevy_mistUI-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

bevy_mistUI

bevy_mistUI is an incubating Bevy UI plugin extracted from ROPE.

Current scope:

  • procedural mist/smoke borders for 2D Bevy UI
  • automatic ring shells that follow ComputedNode bounds
  • a small public API centered on SmokeBorder and SmokeRingPlugin

Current public API:

  • SmokeBorder
  • SmokeRingMaterial
  • SmokeRingParams
  • SmokeRingPlugin
  • SmokeRingPadding
  • SmokeRingBundle

Local example:

cargo run --manifest-path plugins/bevy_mistUI/Cargo.toml --example bevy_mistUI_gallery

ROPE mirror scene:

cargo run --manifest-path client/bevy/Cargo.toml --bin ui_smoke_debug

The crate is still being prepared for eventual publication to crates.io.

Repository: