#Box shadow and corner rounding with bevy_ui
6 messages · Page 1 of 1 (latest)
IIRC, there isn't a way to do border radius with UI actually. About box shadow, the easiest way would probably be an children below the father with the same dimensions, but a little moved toward X direction. But dont really know if you can do the blur
Ye, I'm on the hunt for the blur parrt and border stuff atm, idk if I need to find another crate to integrate it
For the record, it seems that the feature is mostly implemented, just not merged yet - https://github.com/bevyengine/bevy/pull/8973 - but I'm unsure of how you'd go about it currently
Would have to wait for the merge I guess
Hmm looks like it is farily close