voxell-tech / bevy_motiongfx

Motion graphics creation tool in Bevy. (Highly inspired by Motion Canvas and Manim)
Apache License 2.0
169 stars 3 forks source link

Rounded Rect #43

Closed nixon-voxell closed 5 months ago

nixon-voxell commented 6 months ago

Add ability to add radius to a rect. If we are reusing VelloRect for this, auto switching between rounded and non-rounded (when radius is 0) is recommended for performance.