443eb9 / bevy_entitiles

A 2d tilemap library for bevy. With many useful algorithms/tools built in.
https://crates.io/crates/bevy_entitiles
MIT License
153 stars 12 forks source link

Migrate to Avian for physics #35

Closed musjj closed 4 months ago

musjj commented 4 months ago

Bevy XPBD has been deprecated:

Bevy XPBD (deprecated in favor of Avian)

⚠️ Bevy XPBD has been deprecated in favor of its successor Avian. No further development or maintenance will be done for Bevy XPBD. See #346 for background.

The API is mostly (if not completely) backwards-compatible AFAIK, so migration shouldn't be too hard.

443eb9 commented 4 months ago

I have already done this, but forgot to merge dev branch. Now you can use avian2d for physics backend with entitiles in master branch.