François Mockers

Results 434 comments of François Mockers
trafficstars

could you add objects to the scene, so that it doesn't render just a black picture? the example panics for me: ``` Adding CaptureFramePlugin Saving image to: "bevy/test_images" thread 'Compute...

This PR only rename the feature on the bevy crate, so any use is not impacted. But I would prefer to rename the feature in all crates for consistency.

sold is pretty much abandoned at this point, is it even worth it to mention it? Actually, even llvm... apple released a new faster linker, which is why sold was...

wasm/webgl2 support is mostly the same across browsers for the event loop, but wasm/webgpu needs to be tested too

Android doesn't compile on this PR, https://github.com/Sophya/bevy/pull/1 should fix that

on Windows, in CI, with this PR, it takes 6 minutes for the app to close after sending the event `AppExit`. This will likely break any attempt to merge because...

> Do you see any other possible reason? Do you know which test is taking 6 mins to run? I didn't check every example, but all the ones I checked...

works for me on iOS and Android 👍 I don't have a Windows either, I usually use Bevy modified CI action to run things on Windows

I triggered a full example run on this PR, it seems only example `window_settings` is not finishing in time now see https://github.com/TheBevyFlock/bevy-example-runner/actions/runs/8587214466/job/23530567606

I think `android-game-activity` should be part of the default features for the Bevy crate. Example https://github.com/bevyengine/bevy/blob/main/examples/mobile/Cargo.toml should still work, so it must have one selected if it's not part of...