Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 819 Bytes

README_start.md

File metadata and controls

26 lines (17 loc) · 819 Bytes

bevy_ui_anchor

crates.io docs.rs License

A Rust crate for anchoring UI elements to specific points or entities in the world using the Bevy game engine.

Features

Provides an AnchorUiNode component that:

  • Anchor UI nodes to world positions or entities.
  • Supports horizontal and vertical anchoring.
  • Compatible with Bevy's ECS architecture.
Bevy version Crate version
0.15 0.3 - 0.5
0.14 0.1 - 0.2

Example