Mincong Lu
Mincong Lu
> union or subtraction should consume operand_mesh modifyng base_mesh inplace. Just want to point out there is no need to consume the mesh, taking a reference is just as performant.
> > > union or subtraction should consume operand_mesh modifyng base_mesh inplace. > > > > > > Just want to point out there is no need to consume the...
I think the smol+hyper stack is perfectly viable, maybe run the server directly on one of bevy's task pools using `smol_hyper`?
> @mintlu8 Do you have a minimal example of how that would look? This one? https://github.com/smol-rs/smol/blob/master/examples/hyper-server.rs
> `smol` hasn't had any commits for 2 months. Do we still want to rely on it? Bevy pretty much uses the entire smol stack under the hood for its...
Since the changes are likely breaking, I suggest releasing the 0.15 version ASAP as a temporary separate crate to unblock people's projects since `bevy_animations` is relatively independent. I personally would...