Martín Maita

Results 22 comments of Martín Maita

> Any updates on this? Looks like development of this feature was moved here https://github.com/bevyengine/bevy/pull/8130 but it still has some unresolved issues/discussions.

@alice-i-cecile is this one ready to go? Looks like discussion items were all resolved. @ManevilleF would need to rebase again though.

Bevy does re-export structs from `glam`, right? If so, I'm wondering if I should add a migration guide along the lines of "keep in mind that vector `fract` method now...

> this PR should also update hexasphere to 0.12, and is blocked on encase releasing an updated version using glam 0.27 Pushed an update to bump hexaspere version requirement. We'll...

Thanks a lot for the release and the ping @teoxoy! This should be ready to be reviewed now @mockersf. Would you also be able to clarify if there will be...

@mockersf rebased and updated the Migration Guide with some details on `glam` breaking changes. Should be good to merge now.

> @alice-i-cecile Can we just commit that suggested change and add this to the queue? It's a one liner, and this is blocking some other stuff. Commited the change and...

`label` and `intern` modules were moved into `bevy_ecs`. You can tick those whenever you can. I might work on some other items on this list later. Thanks!

I'm taking a stab at this update but I still need to figure some things out. I'll push a PR sometime this week if I have any success with it.

@mockersf thanks for the tip. What I'm wondering is if the trait has to be implemented for `WinitAppRunnerState` or if we need a different state struct for this... Any pointers...