François Mockers

Results 430 comments of François Mockers
trafficstars

We are using https://crates.io/crates/cargo-udeps in CI to detect unused dependencies

> I'm not sure if animations is the right place to put this, since it might belong in core or ecs (given that is could be used more generally, even...

> it's actually possible for AnimationClip to store the actual Entity id, rather than the path That's actually not possible because an `AnimationClip` can be applied to several entity hierarchies,...

You should look at https://github.com/bevyengine/rfcs/pull/49 (and https://github.com/bevyengine/rfcs/pull/51 while you're there)

CI seems to be lost with your force pushes. Could you push a new commit to trigger it? And put the PR out of draft if you're happy enough with...

How can you project a point from ndc/viewport to world? At best it can give a ray

This feels like the same kind of diagnostic level as system ordering ambiguities, and with the same kind of consequences in case of an issue (it kinda doesn't work but...

> How will this feature be documented ? As the syntax is proper to bevy, even though resembling what's existing in other solutions, I think documentation and discoverability will be...

could you inline the various `as_*_f32` functions? I think the rgba linear is already, but not the hsla or rgba