François Mockers

Results 437 comments of François Mockers
trafficstars

Did you notice receiving several times this event? It should already be sent only once

I'm on main and seeing this event only once, but this code shouldn't have changed since the 0.12.1 Could you share the scene you're using? I tried with a few...

nice test, thanks! unlike scenes from gltfs, yours has two root entities, which explains what you're seeing 👍

> I'm encountering the same problem running `cargo run -p ci`, but able to build/run breakout just fine. I've tried removing `Cargo.lock` and `target/`. When running `cargo run -p ci`,...

it seems it only crashes on macOS with intel graphics

Bevy can use wayland instead of x11

This is not for docs.rs, this is for https://dev-docs.bevyengine.org/bevy/index.html docs.rs issue is related to https://github.com/rust-lang/docs.rs/issues/2305

In my opinion it's still interesting to enable scraping examples on the dev-docs, so this PR makes sense!

done in https://github.com/bevyengine/bevy/pull/12223, sorry I forgot about this PR

> Another area of concern is this will start piping data from the audio input source into the ECS straight away, and continue to do so for the entire runtime...