jcornaz / heron

[DISCONTINUED] An ergonomic physics API for bevy games
MIT License
293 stars 46 forks source link

Allow to choose the stage in which the heron systems run #170

Open jcornaz opened 2 years ago

jcornaz commented 2 years ago

This can improve interoperability with other plugins.

See this discussion about ggrs: https://github.com/jcornaz/heron/discussions/168

JRMurr commented 2 years ago

I'll take this one!

As a note for future reference, i found this issue https://github.com/bevyengine/bevy/issues/2160 and rfc in the main bevy repo https://github.com/bevyengine/rfcs/pull/33 which describes this issue in more detail for the whole bevy ecosystem.

JRMurr commented 2 years ago

Another rfc that would impact this in the future possibly https://github.com/bevyengine/rfcs/pull/45