Trouv / bevy_ecs_ldtk

ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
Other
664 stars 75 forks source link

Deprecation of Heron #123

Closed CashWasabi closed 1 year ago

CashWasabi commented 1 year ago

Hey there, I noticed yesterday that heron is going to be abandoned and will not have support for bevy 0.9. Do you think it makes sense to translate the platformer example to bevy_rapier?

Trouv commented 1 year ago

Yes, we'll definitely need to do this before 0.9

CashWasabi commented 1 year ago

I ported my small 2D side-scroller project to bevy_rapier2d recently. I could also do a port for the platformer example if it would help. :)

Trouv commented 1 year ago

That would be very appreciated, as with any other contribution! I'll get to it eventually if not though

CashWasabi commented 1 year ago

I created a PR sumarizing my changes. If there's an issue I can of course change things up a bit. I had a small issues with the GroundSensor sometimes not working though. I'm looking into that but everything else should work as expected.