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

Update to Bevy 0.16.0-rc.1 #670

Merged
merged 15 commits into from
Mar 21, 2025
Merged

Update to Bevy 0.16.0-rc.1 #670

merged 15 commits into from
Mar 21, 2025

Conversation

Jondolf
Copy link
Owner

@Jondolf Jondolf commented Mar 21, 2025

Objective

The first release candidate for Bevy 0.16 has been released! We should migrate our main branch to it for early adopters, and to benefit from the various new features it introduces.

Solution

Migrate to Bevy 0.16.0-rc.1. Most changes were largely mechanical or minor cleanup, but some larger changes were also required.

The most notable change is that 0.16 removed the HierarchyEvent, so the AncestorMarkerPlugin had to be reworked. It now uses only observers instead of also using some systems, which significantly simplifies code and makes things more robust and schedule-free.

I also replaced some HashSet<Entity> types with EntityHashSet and HashMap<Entity> types with EntityHashMap.

Follow-Up

This is only a bare-bones migration to get Avian working with the Bevy 0.16 RC. We should take advantage of the new features!

Some ideas:

  • no_std support
  • Change ColliderParent to a relationship-like immutable ColliderOf component driven by hooks
  • Rework collider debug rendering to use retained gizmos
  • Migrate examples to the improved spawning API

Migration Guide

Avian now supports Bevy 0.16.

The AncestorMarkerPlugin no longer requires a schedule or system set.

@Jondolf Jondolf added C-Enhancement New feature or request C-Dependencies A change to the crates that Avian depends on labels Mar 21, 2025
@Jondolf Jondolf added this to the 0.3 milestone Mar 21, 2025
@Jondolf Jondolf enabled auto-merge (squash) March 21, 2025 22:00
@Jondolf Jondolf merged commit 24a3a14 into main Mar 21, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Dependencies A change to the crates that Avian depends on C-Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant