This crate extended the default bevy_ui plugin

3 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement support for the CSS `:placeholder` pseudo-class in the bevy_extended_ui crate to allow users to customize the color and appearance of input field placeholders using CSS.

Complexity: 3/5
documentation enhancement good first issue

This crate extended the default bevy_ui plugin

Rust
Slider Bug 2 months ago

AI Summary: Debug and fix a bug in the slider widget of the bevy_extended_ui crate. The issue is with the incorrect calculation of the slider track and thumb positions, likely due to problems with `global_transform` and `Pointer<Click>` event handling. A better logic for handling these elements is needed.

Complexity: 4/5
bug help wanted question

This crate extended the default bevy_ui plugin

Rust

AI Summary: Implement a new `ProgressBar` widget for the `bevy_extended_ui` crate. The widget should visually represent progress, similar to a slider but updated via events or triggers rather than user interaction. It should integrate seamlessly with the existing CSS styling system.

Complexity: 3/5
documentation enhancement good first issue

This crate extended the default bevy_ui plugin

Rust