François Mockers

Results 430 comments of François Mockers
trafficstars

> So we don't need y-axis flipping? I'm trying this PR in Bevy, and I had to flip back the Y axis in Bevy for it to work. ~~So I...

`FlexboxLayout` could be split between containers properties and item properties: - https://www.w3schools.com/css/css3_flexbox_container.asp - https://www.w3schools.com/css/css3_flexbox_items.asp

Ha I was basing my comment above on the PR description, but it seems it changed since? @Weibye if that's the case I would prefer to replace your "child" notion...

Animation changed since this PR, and this feature should be covered by #6922

as [the doc says](https://docs.rs/bevy/latest/bevy/window/struct.Cursor.html#structfield.grab_mode), `Locked` is not supported on Windows

hot plugging with coremidi (and with midir on macOS) works on two conditions: * your application creates a `NSApplication` * your `MidiInput` / `MidiOutput` are created on the main thread

is https://github.com/bevyengine/bevy/pull/7130 usable for this graph?

@cart are you OK to move forward with this RFC? In my opinion there are a few minor questions, but they should be answered when going for the implementation

thinking back on this PR, I think it would make more sense to have a separate template for mobile

I don't have an android device available for now, but I can't reproduce on the emulator