Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.0 - Update to bevy 0.14 #61

Merged
merged 16 commits into from
Jul 6, 2024
Merged

v0.5.0 - Update to bevy 0.14 #61

merged 16 commits into from
Jul 6, 2024

Conversation

simbleau
Copy link
Member

@simbleau simbleau commented Jul 4, 2024

0.5.0

Added

  • New scene_ui example demonstrating a VelloScene attached to a bevy::ui::Node

Changed

  • Updated to bevy 0.14
  • Updated to vello 0.2
  • Updated to velato 0.3
  • Updated to vello_svg 0.3

Fixed

  • Removed Arc in another Arc for VelloFont
  • Opacity now correctly applies to SVG assets.
  • Opacity now applies correctly to the lottie image group, rather than each element and path within it, causing overdraw.
  • VelloScene components on bevy::ui::Node entities now account for Bevy's UI layout systems and render at the expected viewport coordinates

Removed

  • Pancam and/or egui from all examples besides the demo, as external dependencies can bottleneck upgrading to the next bevy version.

@simbleau simbleau requested a review from seabassjh July 5, 2024 17:18
@simbleau simbleau changed the title chore: update to bevy 0.14 v0.5.0 - Update to bevy 0.14 Jul 5, 2024
@simbleau simbleau requested a review from DJMcNab July 5, 2024 19:44
@simbleau simbleau requested review from xStrom and xorgy July 6, 2024 15:42
Copy link
Contributor

@waywardmonkeys waywardmonkeys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine, most of it is just a boilerplate update for changes in Bevy unless I missed something big. A couple of small nits if you feel like it.

.github/workflows/ci.yml Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Bruce Mitchener <[email protected]>
@simbleau simbleau enabled auto-merge July 6, 2024 17:23
@simbleau simbleau added this pull request to the merge queue Jul 6, 2024
Merged via the queue into main with commit 5899e35 Jul 6, 2024
6 checks passed
@simbleau simbleau deleted the bevy-0.14 branch July 6, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants