Tim Blackbird
Tim Blackbird
> I also had to `.reborrow()` it more than before. I don't like the sound of that. Ideally lifetime tricks like `.reborrow()` are needed as little as possible.
The addition of `insert_if` is indeed nice. I was commenting purely on methods now consuming `self`. I realize now that I wasn't clear about that in my earlier comments, sorry...
Looks like #92 also fixed the issue in the third video. That leaves only this bit: > Here you can see that I can keep the panning button held down...
I've edited the issue to point to the remaining problem. I hope you don't mind
Currently not planned, for the sake of flexibility and user-control of the layout. I'd say the current trajectory for the prototype is somewhat like blender where toolbars and related menus...
Yes, `cargo run` is correct :) That's an odd panic. Does the bevy main branch run for fine for you?
Can you reproduce the panic with the current code? `constrain_proj_scale` should prevent `Aabb2d::shrink` from ever panicking, if it does ever panic that means there's a bug in `constrain_proj_scale` and I'd...
I think the docs on `Transform` are correct, but the `GlobalTransform` is indeed a local-to-world transform so the docs are incorrect there, that's my bad.
Yeah, nvm I should just give up on trying to comprehend math :v I'll work on a PR to fix this while actually adding some tests for this stuff.
I think we should adapt viridia's work in bevy_feathers which will give us a palette to work with as well