James Liu

Results 428 comments of James Liu

Seems like parts of `once_cell` have been stabilized into std: https://github.com/rust-lang/rust/pull/105587.

This is already (partially) proposed via https://github.com/bevyengine/rfcs/pull/51, which builds out a set of components that allows for higher level blending. Feedback on that RFC would be much appreciated.

Animation masking technically does, and it's not 100% covered by that RFC, but it is something we could build on top of it.

I'd actually rather keep this open since it's a reasonable feature request, even if it will take a bit of time to tackle. It should help us keep track of...

I don't think it's possible to tackle this in the 0.12 dev cycle, going to defer this to 0.13.

I'm running into this with `bevy_system_graph`, which is now deprecated as a whole, due to the changes in Schedule V3. I don't want to remove it from here because it...

Is this still relevant now that the 0.6 renderer has landed?

I would very much like #4972 merged before we attempt to merge this. This doubles the memory footprint of change detection, which will double the cache miss rate on all...

Yes but, even with thousands of systems, over the course of days you wouldn't easily run into this. Detecting a change this old is borderline cronjob (i.e. weekly maintenance) level...