Neopallium / bevy_water

Dynamic ocean material for Bevy.
https://neopallium.github.io/bevy_water/
136 stars 12 forks source link

Buoyancy #22

Open noebm opened 1 year ago

noebm commented 1 year ago

I have some half finished buoyancy code using bevy_rapier. Do you think that fits in this library when its finished?

I'm somewhat hesitant to add dependencies.

Neopallium commented 1 year ago

Could use a feature flag. A lot of games will most likely be using bevy_rapier already.

I think it would be a nice feature for this library. I haven't worked with rapier yet, but plan to use it in the future (different project).